mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-21 12:40:20 -05:00
Meat powerup: fix being able to spawn while meat stink was on a player
This commit is contained in:
@ -2518,7 +2518,7 @@ func_should_drop_meat()
|
||||
}
|
||||
}
|
||||
|
||||
if (isDefined(level.item_meat) || is_true(level.meat_on_ground))
|
||||
if (isDefined(level.item_meat) || is_true(level.meat_on_ground) || isDefined(level.meat_player))
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user