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:
@ -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");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user