1
0
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:
Jbleezy
2022-09-11 18:43:25 -07:00
parent 60405f83a1
commit 4966397821
2 changed files with 36 additions and 2 deletions

View File

@ -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" ] )
{