1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 23:27:57 -05:00

Encounter: decrease Nuke damage

This commit is contained in:
Jbleezy
2023-09-27 02:00:37 -07:00
parent fabcf6c351
commit f8167e63c2
2 changed files with 2 additions and 2 deletions

View File

@ -560,7 +560,7 @@ nuke_powerup( drop_item, player_team )
players[i] maps\mp\zombies\_zm_score::minus_to_player_score(score);
}
radiusDamage(players[i].origin + (0, 0, 5), 10, 80, 80);
radiusDamage(players[i].origin + (0, 0, 5), 10, 75, 75);
}
else if(players[i] maps\mp\zombies\_zm_laststand::player_is_in_laststand())
{