1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-13 08:38:01 -05:00

Containment: remove wait time between new zones

This commit is contained in:
Jbleezy
2023-03-03 18:58:22 -08:00
parent 0fc231356e
commit 302c099a4b

View File

@ -1382,7 +1382,7 @@ grief_intro_text()
} }
else if(level.scr_zm_ui_gametype_obj == "zcontainment") 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; wait 5;
self iPrintLn("Gain " + get_gamemode_winning_score() + " score to win the game."); self iPrintLn("Gain " + get_gamemode_winning_score() + " score to win the game.");
wait 5; wait 5;
@ -2790,8 +2790,6 @@ containment_think()
} }
} }
wait 5;
i++; i++;
if(i >= containment_zones.size) if(i >= containment_zones.size)