mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-07 12:29:04 -05:00
Meat: add meat thrown HUD message
This commit is contained in:
@ -27,12 +27,6 @@ meat_stink_on_ground(position_to_play)
|
||||
return;
|
||||
}
|
||||
|
||||
players = get_players();
|
||||
foreach (player in players)
|
||||
{
|
||||
player thread show_grief_hud_msg("Meat dropped!");
|
||||
}
|
||||
|
||||
level.meat_on_ground = 1;
|
||||
level.meat_powerup = maps\mp\zombies\_zm_powerups::specific_powerup_drop( "meat_stink", position_to_play );
|
||||
level.meat_on_ground = undefined;
|
||||
|
Reference in New Issue
Block a user