mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-24 06:00:36 -05:00
Tombstone: fix not giving back Stamin-Up
This commit is contained in:
@ -919,7 +919,7 @@ player_laststand( einflictor, attacker, idamage, smeansofdeath, sweapon, vdir, s
|
||||
self addweaponstat( statweapon, "deathsDuringUse", 1 );
|
||||
if ( is_true( self.hasperkspecialtytombstone ) )
|
||||
{
|
||||
self.laststand_perks = maps/mp/zombies/_zm_tombstone::tombstone_save_perks( self );
|
||||
self.laststand_perks = scripts/zm/_zm_reimagined::tombstone_save_perks( self );
|
||||
}
|
||||
if ( isDefined( self.pers_upgrades_awarded[ "perk_lose" ] ) && self.pers_upgrades_awarded[ "perk_lose" ] )
|
||||
{
|
||||
|
Reference in New Issue
Block a user