1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-09 06:39:23 -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

@ -808,7 +808,7 @@
* Insta Kill: decreased duration from 30 seconds to 15 seconds
* Insta Kill: enemy players deal half damage
* Nuke: enemy players lose 400 points
* Nuke: deals 80 damage to all alive enemy players
* Nuke: deals 75 damage to all alive enemy players
* Nuke: makes all downed enemy players bleed out
* Added teammate head icons
* Added kill feed (includes downs, revives, and bleed outs)

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())
{