From 91b0a757360bfb23428f1cf5905fd0bb095c0d99 Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Sun, 7 Feb 2021 05:38:59 -0800 Subject: [PATCH] zm_buried_patch/maps/mp/gametypes_zm/zcleansed.gsc Used is_true instead. --- zm_buried_patch/maps/mp/gametypes_zm/zcleansed.gsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zm_buried_patch/maps/mp/gametypes_zm/zcleansed.gsc b/zm_buried_patch/maps/mp/gametypes_zm/zcleansed.gsc index d6f0f97..49cf96a 100644 --- a/zm_buried_patch/maps/mp/gametypes_zm/zcleansed.gsc +++ b/zm_buried_patch/maps/mp/gametypes_zm/zcleansed.gsc @@ -45,7 +45,7 @@ main() //checked matches cerberus output level.human_player_kill_points = 50; level.human_player_suicide_penalty = 0; level.score_rank_bonus = array( 1.5, 0.75, 0.5, 0.25 ); - if ( isDefined( level.should_use_cia ) && level.should_use_cia ) + if ( is_true( level.should_use_cia ) ) { level.characterindex = 0; } @@ -536,7 +536,7 @@ watch_survival_time() //checked matches cerberus output } while ( 1 ) { - if ( isDefined( level.playing_turned_kill_vo ) && !level.playing_turned_kill_vo ) + if ( !is_true( level.playing_turned_kill_vo ) ) { if ( randomint( 100 ) < self.vo_human_survival_chance ) {