1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-01 17:41:13 -05:00

Encounter: decrease initial round start wait time

This commit is contained in:
Jbleezy
2022-08-11 22:21:36 -07:00
parent 94170614e5
commit f968345ee2

View File

@ -63,7 +63,7 @@ init()
containment_init();
}
level thread round_start_wait(15, true);
level thread round_start_wait(5, true);
level thread remove_round_number();
level thread unlimited_zombies();
level thread unlimited_powerups();