1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 23:27:57 -05:00

Time Bomb: spawn zombies during activation

This commit is contained in:
Jbleezy
2023-04-08 21:13:50 -07:00
parent 3211590a0f
commit 008746a2fb

View File

@ -185,13 +185,11 @@ time_bomb_detonation()
_time_bomb_show_overlay();
time_bomb_clears_global_data();
time_bomb_clears_player_data();
flag_clear( "spawn_zombies" );
wait 4;
_time_bomb_kill_all_active_enemies();
flag_set( "spawn_zombies" );
delete_time_bomb_model();
_time_bomb_hide_overlay();
level thread set_time_bomb_restore_active();