1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 15:48:05 -05:00

Who's Who: gain all other perks the player had

This commit is contained in:
Jbleezy
2020-03-29 14:39:01 -07:00
parent 9d7f85bd69
commit aa4b71b70f
2 changed files with 7 additions and 1 deletions

View File

@ -116,8 +116,9 @@
* Disabled suicide option when player is down
### Who's Who
* Gain all other perks the player had before going down when entering Who's Who mode
* Revive twice as fast when in Who's Who mode
* No longer gives the player claymores in Who's Who mode if the player purchased claymores
* No longer gives the player claymores when entering Who's Who mode if the player purchased claymores
### Electric Cherry
* Removed cooldown after being used multiple times in a row

View File

@ -4060,6 +4060,11 @@ whos_who_spawn_changes()
self giveweapon("sticky_grenade_zm");
self setweaponammoclip("sticky_grenade_zm", 2);
foreach (perk in self.loadout.perks)
{
self maps/mp/zombies/_zm_perks::give_perk(perk);
}
self waittill("chugabud_effects_cleanup");
self.pers_upgrades_awarded["revive"] = 0;