mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
Meat: change HUD message
This commit is contained in:
@ -2939,7 +2939,7 @@ meat_powerup_drop_think()
|
||||
players = get_players();
|
||||
foreach(player in players)
|
||||
{
|
||||
player thread show_grief_hud_msg("Kill a zombie to begin the game!");
|
||||
player thread show_grief_hud_msg("Kill a zombie to drop the meat!");
|
||||
}
|
||||
|
||||
while(1)
|
||||
|
Reference in New Issue
Block a user