mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-17 10:38:04 -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;
|
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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user