mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-01 17:41:13 -05:00
Nuke: remove grabber counting as kills
This commit is contained in:
@ -295,7 +295,6 @@
|
|||||||
|
|
||||||
### Nuke
|
### Nuke
|
||||||
* Kills all zombies instantly
|
* Kills all zombies instantly
|
||||||
* Counts as kills for player who grabbed it
|
|
||||||
|
|
||||||
### Carpenter
|
### Carpenter
|
||||||
* Removed
|
* Removed
|
||||||
|
@ -226,7 +226,7 @@ nuke_powerup( drop_item, player_team )
|
|||||||
zombies_nuked[ i ] playsound("evt_nuked");
|
zombies_nuked[ i ] playsound("evt_nuked");
|
||||||
}
|
}
|
||||||
zombies_nuked[ i ].deathpoints_already_given = 1;
|
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++;
|
i++;
|
||||||
}
|
}
|
||||||
players = get_players( player_team );
|
players = get_players( player_team );
|
||||||
|
Reference in New Issue
Block a user