mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-12 08:08:00 -05:00
Containment: remove wait time between new zones
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user