mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-14 00:58:00 -05:00
Encounter: increase match start wait time to 15 seconds
This commit is contained in:
@ -96,7 +96,7 @@ init()
|
|||||||
level.player_suicide_func = ::player_suicide;
|
level.player_suicide_func = ::player_suicide;
|
||||||
|
|
||||||
level thread grief_intro_msg();
|
level thread grief_intro_msg();
|
||||||
level thread round_start_wait(5, true);
|
level thread round_start_wait(15, true);
|
||||||
level thread remove_round_number();
|
level thread remove_round_number();
|
||||||
level thread unlimited_zombies();
|
level thread unlimited_zombies();
|
||||||
level thread unlimited_powerups();
|
level thread unlimited_powerups();
|
||||||
|
Reference in New Issue
Block a user