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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user