1
0
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:
Jbleezy
2023-03-01 16:15:01 -08:00
parent 70874ac318
commit 4b63a6e0d5
2 changed files with 23 additions and 14 deletions

View File

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