1
0
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:
Jbleezy
2023-03-12 01:07:19 -08:00
parent 5e9cbcceec
commit b60f42923d
2 changed files with 6 additions and 2 deletions

View File

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