1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 15:48:05 -05:00

Search & Rezurrect: remove sudden death

This commit is contained in:
Jbleezy
2022-08-07 21:07:42 -07:00
parent f3a2d30cb0
commit 3b73a33cd5
2 changed files with 1 additions and 3 deletions

View File

@ -484,7 +484,6 @@
* Win rounds by getting all enemy players down
* Win 3 rounds to win the game
* Tie round if both teams die within 5 seconds of eachother
* Sudden death after 5 minute round (all players lose 100 health)
* Players start each round with at least 10000 points
* Enemies remaining audio and text displays when enemy players down instead of when enemy players bleed out
* Enemies remaining text is removed when new text is displayed

View File

@ -67,7 +67,6 @@ init()
level thread remove_round_number();
level thread unlimited_zombies();
level thread unlimited_powerups();
level thread sudden_death();
level thread remove_status_icons_on_intermission();
level thread all_voice_on_intermission();
level thread spawn_bots();
@ -2780,7 +2779,7 @@ spawn_bots()
level waittill( "connected", player );
wait 5;
wait 1;
level.bots = [];