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

Meat: fix Meat powerup not dropping if picked up right when downed

This commit is contained in:
Jbleezy
2023-03-25 02:07:24 -07:00
parent 1ef0a18056
commit ca7deabb5d

View File

@ -159,7 +159,7 @@ meat_stink( who )
player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg("Meat dropped!");
}
level.meat_powerup = maps\mp\zombies\_zm_powerups::specific_powerup_drop( "meat_stink", self.origin );
level.meat_powerup = maps\mp\zombies\_zm_powerups::specific_powerup_drop( "meat_stink", who.origin );
}
else
{