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

Nuke: counts as kills for player who grabbed it

This commit is contained in:
Jbleezy
2023-03-19 16:43:49 -07:00
parent 5ee6bd4cea
commit 51ba503c06
2 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,7 @@ nuke_powerup( drop_item, player_team )
zombies_nuked[ i ] playsound("evt_nuked");
}
zombies_nuked[ i ].deathpoints_already_given = 1;
zombies_nuked[ i ] dodamage(zombies_nuked[i].health + 666, zombies_nuked[ i ].origin );
zombies_nuked[ i ] dodamage(zombies_nuked[i].health + 666, zombies_nuked[ i ].origin, player );
i++;
}
players = get_players( player_team );