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

Encounter: increase match start wait time to 15 seconds

This commit is contained in:
Jbleezy
2023-04-24 03:00:35 -07:00
parent 18f2f1b37a
commit 61c95085b6

View File

@ -96,7 +96,7 @@ init()
level.player_suicide_func = ::player_suicide;
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 unlimited_zombies();
level thread unlimited_powerups();