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

Race: remove initial zombie spawn delay

This commit is contained in:
Jbleezy
2023-03-21 23:22:23 -07:00
parent a9aa42db1a
commit 2f770aadfc

View File

@ -1176,11 +1176,7 @@ round_start_wait(time, initial)
} }
zombie_spawn_time = time; zombie_spawn_time = time;
if(level.scr_zm_ui_gametype_obj == "zrace") if(level.scr_zm_ui_gametype_obj != "zrace")
{
zombie_spawn_time += 5;
}
else
{ {
zombie_spawn_time += 10; zombie_spawn_time += 10;
} }