1
0
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:
Jbleezy
2023-11-30 23:48:17 -08:00
parent 235725c6ec
commit c148552062

View File

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