mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-29 08:30:03 -05:00
Meat: remove groundpos powerup spawn
This commit is contained in:
@ -28,7 +28,8 @@ meat_stink_on_ground(position_to_play)
|
||||
player thread show_grief_hud_msg("Meat dropped!");
|
||||
}
|
||||
|
||||
level.meat_powerup = maps\mp\zombies\_zm_powerups::specific_powerup_drop( "meat_stink", groundpos(position_to_play) );
|
||||
level.meat_powerup = maps\mp\zombies\_zm_powerups::specific_powerup_drop( "meat_stink", position_to_play );
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -3158,7 +3158,7 @@ meat_powerup_drop_on_downed()
|
||||
player thread show_grief_hud_msg("Meat dropped!");
|
||||
}
|
||||
|
||||
level.meat_powerup = maps\mp\zombies\_zm_powerups::specific_powerup_drop( "meat_stink", groundpos(self.origin) );
|
||||
level.meat_powerup = maps\mp\zombies\_zm_powerups::specific_powerup_drop( "meat_stink", self.origin );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user