mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-03 02:20:07 -05:00
Meat powerup: remove meat thrown message on non Meat game modes
This commit is contained in:
@ -216,7 +216,10 @@ item_meat_on_spawn_retrieve_trigger( watcher, player, weaponname )
|
||||
other_player.ignoreme = 0;
|
||||
}
|
||||
|
||||
other_player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg("Meat thrown!");
|
||||
if (level.scr_zm_ui_gametype_obj == "zmeat")
|
||||
{
|
||||
other_player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg("Meat thrown!");
|
||||
}
|
||||
}
|
||||
|
||||
if ( !( isdefined( self._fake_meat ) && self._fake_meat ) )
|
||||
|
Reference in New Issue
Block a user