mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-14 17:18:02 -05:00
Meat: don't show meat thrown msg when meleeing the meat
This commit is contained in:
@ -67,10 +67,13 @@ 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")
|
||||||
|
{
|
||||||
|
if (!is_true(player._kicking_meat))
|
||||||
{
|
{
|
||||||
other_player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg("Meat thrown!");
|
other_player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg("Meat thrown!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if ( !( isdefined( self._fake_meat ) && self._fake_meat ) )
|
if ( !( isdefined( self._fake_meat ) && self._fake_meat ) )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user