1
0
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:
Jbleezy
2023-02-26 02:30:32 -08:00
parent 7eccc0775f
commit aef0784031
2 changed files with 15 additions and 47 deletions

View File

@ -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;
}