diff --git a/README.md b/README.md index 7e6c70b6..02b5a5c8 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,6 @@ ### Nuke * Kills all zombies instantly -* Counts as kills for player who grabbed it ### Carpenter * Removed diff --git a/scripts/zm/replaced/_zm_powerups.gsc b/scripts/zm/replaced/_zm_powerups.gsc index b18410a4..6c4866e7 100644 --- a/scripts/zm/replaced/_zm_powerups.gsc +++ b/scripts/zm/replaced/_zm_powerups.gsc @@ -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, player ); + zombies_nuked[ i ] dodamage(zombies_nuked[i].health + 666, zombies_nuked[ i ].origin ); i++; } players = get_players( player_team );