From 302c099a4b52db11f2cde7c29d10e1efc89aa7f6 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Fri, 3 Mar 2023 18:58:22 -0800 Subject: [PATCH] Containment: remove wait time between new zones --- scripts/zm/zgrief/zgrief_reimagined.gsc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/zm/zgrief/zgrief_reimagined.gsc b/scripts/zm/zgrief/zgrief_reimagined.gsc index 96e8bd8c..9946b79e 100644 --- a/scripts/zm/zgrief/zgrief_reimagined.gsc +++ b/scripts/zm/zgrief/zgrief_reimagined.gsc @@ -1382,7 +1382,7 @@ grief_intro_text() } else if(level.scr_zm_ui_gametype_obj == "zcontainment") { - self iPrintLn("Gain score by being in the containment zone."); + self iPrintLn("Gain score by controlling the containment zone."); wait 5; self iPrintLn("Gain " + get_gamemode_winning_score() + " score to win the game."); wait 5; @@ -2790,8 +2790,6 @@ containment_think() } } - wait 5; - i++; if(i >= containment_zones.size)