mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 07:08:06 -05:00
Grief: fix Tombstone powerup spawning on next down after round restart
This commit is contained in:
@ -167,6 +167,9 @@ round_end(winner, force_win)
|
||||
// don't give score back from down
|
||||
player.pers["score"] = player.score;
|
||||
|
||||
// don't spawn tombstone powerup on next down
|
||||
player.hasperkspecialtytombstone = undefined;
|
||||
|
||||
if(is_player_valid(player))
|
||||
{
|
||||
// don't give perk
|
||||
|
Reference in New Issue
Block a user