1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 23:57:59 -05:00

Meat: change HUD message for meat holder

This commit is contained in:
Jbleezy
2023-11-30 21:06:48 -08:00
parent acbddcafd0
commit fd32d63486

View File

@ -207,7 +207,11 @@ meat_stink( who )
if (level.scr_zm_ui_gametype_obj == "zmeat") if (level.scr_zm_ui_gametype_obj == "zmeat")
{ {
if (player.team == who.team) if (player == who)
{
player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg("You have the meat!");
}
else if (player.team == who.team)
{ {
player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg(&"ZOMBIE_YOUR_TEAM_MEAT"); player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg(&"ZOMBIE_YOUR_TEAM_MEAT");
} }