mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 07:08:06 -05:00
Meat: add additional checks for meat powerup drop
This commit is contained in:
@ -233,6 +233,16 @@ meat_powerup_drop_on_downed()
|
||||
|
||||
self waittill("player_downed");
|
||||
|
||||
if (isDefined(level.item_meat))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (isDefined(level.meat_powerup))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
valid_drop = check_point_in_enabled_zone( self.origin, undefined, undefined );
|
||||
|
||||
if (valid_drop)
|
||||
|
Reference in New Issue
Block a user