1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-03 02:20:07 -05:00

Meat powerup: add threw the meat obituary

This commit is contained in:
Jbleezy
2023-04-20 03:55:20 -07:00
parent b4764b614d
commit d18d0bebdf

View File

@ -73,6 +73,8 @@ item_meat_on_spawn_retrieve_trigger( watcher, player, weaponname )
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!");
} }
} }
other_player scripts\zm\replaced\zgrief::print_meat_msg(player, "threw");
} }
if ( !( isdefined( self._fake_meat ) && self._fake_meat ) ) if ( !( isdefined( self._fake_meat ) && self._fake_meat ) )