1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-16 18:18:08 -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;
if(level.scr_zm_ui_gametype_obj == "zrace")
{
zombie_spawn_time += 5;
}
else
if(level.scr_zm_ui_gametype_obj != "zrace")
{
zombie_spawn_time += 10;
}