mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-23 21:50:46 -05:00
Meat: fix multiple meat powerups spawning
Meat: spawn powerup at groundpos
This commit is contained in:
@ -22,7 +22,7 @@ meat_stink_on_ground(position_to_play)
|
||||
{
|
||||
if(level.scr_zm_ui_gametype_obj == "zmeat")
|
||||
{
|
||||
maps\mp\zombies\_zm_powerups::specific_powerup_drop( "meat_stink", position_to_play );
|
||||
level.meat_powerup = maps\mp\zombies\_zm_powerups::specific_powerup_drop( "meat_stink", groundpos(position_to_play) );
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user