mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-12 16:18:00 -05:00
Who's Who: gain all other perks the player had
This commit is contained in:
@ -116,8 +116,9 @@
|
|||||||
* Disabled suicide option when player is down
|
* Disabled suicide option when player is down
|
||||||
|
|
||||||
### Who's Who
|
### 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
|
* 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
|
### Electric Cherry
|
||||||
* Removed cooldown after being used multiple times in a row
|
* Removed cooldown after being used multiple times in a row
|
||||||
|
@ -4060,6 +4060,11 @@ whos_who_spawn_changes()
|
|||||||
self giveweapon("sticky_grenade_zm");
|
self giveweapon("sticky_grenade_zm");
|
||||||
self setweaponammoclip("sticky_grenade_zm", 2);
|
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 waittill("chugabud_effects_cleanup");
|
||||||
|
|
||||||
self.pers_upgrades_awarded["revive"] = 0;
|
self.pers_upgrades_awarded["revive"] = 0;
|
||||||
|
Reference in New Issue
Block a user