mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-13 08:38:01 -05:00
Meat: don't show meat thrown msg when meleeing the meat
This commit is contained in:
@ -68,7 +68,10 @@ item_meat_on_spawn_retrieve_trigger( watcher, player, weaponname )
|
|||||||
|
|
||||||
if (level.scr_zm_ui_gametype_obj == "zmeat")
|
if (level.scr_zm_ui_gametype_obj == "zmeat")
|
||||||
{
|
{
|
||||||
other_player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg("Meat thrown!");
|
if (!is_true(player._kicking_meat))
|
||||||
|
{
|
||||||
|
other_player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg("Meat thrown!");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user