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

Race: gain 5 score for revives

This commit is contained in:
Jbleezy
2023-12-24 02:44:19 -08:00
parent 0571040fcf
commit bd33abce17
3 changed files with 48 additions and 47 deletions

View File

@ -606,7 +606,7 @@ nuke_powerup(drop_item, player_team)
{
if (isDefined(level.increment_score_func))
{
[[level.increment_score_func]](player_team, 10, 1, "nuke_powerup");
[[level.increment_score_func]](player_team, 10, 1, "nuke_grab");
}
}
}