mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Containment: don't increment revives on respawn
This commit is contained in:
@ -218,6 +218,7 @@ nuke_powerup( drop_item, player_team )
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
players[i] maps/mp/zombies/_zm::spectator_respawn();
|
players[i] maps/mp/zombies/_zm::spectator_respawn();
|
||||||
|
players[i].revives--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -768,6 +768,7 @@ on_player_bleedout()
|
|||||||
if(level.scr_zm_ui_gametype_obj == "zcontainment")
|
if(level.scr_zm_ui_gametype_obj == "zcontainment")
|
||||||
{
|
{
|
||||||
self maps/mp/zombies/_zm::spectator_respawn();
|
self maps/mp/zombies/_zm::spectator_respawn();
|
||||||
|
self.revives--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user