mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-28 16:10:24 -05:00
Fixed Pack-a-Punch not being powered off correctly
This commit is contained in:
@ -533,10 +533,13 @@ disable_perk_pause()
|
||||
item = level.powered_items[i];
|
||||
|
||||
if (IsDefined(item.target) && IsDefined(item.target.targetname) && item.target.targetname == "zombie_vending")
|
||||
{
|
||||
if (item.target.script_noteworthy != "specialty_weapupgrade")
|
||||
{
|
||||
item.power_off_func = ::perk_power_off;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
perk_power_off( origin, radius )
|
||||
|
Reference in New Issue
Block a user