From acbddcafd004acb7f9e6a85f014032b810a24f88 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Thu, 30 Nov 2023 20:56:25 -0800 Subject: [PATCH] Grief: change HUD message --- scripts/zm/replaced/_zm_game_module.gsc | 2 +- scripts/zm/zgrief/zgrief_reimagined.gsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/zm/replaced/_zm_game_module.gsc b/scripts/zm/replaced/_zm_game_module.gsc index 8a73793f..b3a1203c 100644 --- a/scripts/zm/replaced/_zm_game_module.gsc +++ b/scripts/zm/replaced/_zm_game_module.gsc @@ -202,7 +202,7 @@ round_end(winner) } } - zombie_goto_round( level.round_number ); + zombie_goto_round( level.snr_round_number ); level thread maps\mp\zombies\_zm_game_module::reset_grief(); level thread maps\mp\zombies\_zm::round_think( 1 ); } diff --git a/scripts/zm/zgrief/zgrief_reimagined.gsc b/scripts/zm/zgrief/zgrief_reimagined.gsc index 0e08e6c7..14157b9b 100644 --- a/scripts/zm/zgrief/zgrief_reimagined.gsc +++ b/scripts/zm/zgrief/zgrief_reimagined.gsc @@ -3184,7 +3184,7 @@ increment_score(team, amount = 1, show_lead_msg = true) players = get_players(team); foreach(player in players) { - player thread show_grief_hud_msg(&"ZOMBIE_ZGRIEF_PLAYER_BLED_OUT", score_left); + player thread show_grief_hud_msg("Enemy Bled Out! [" + score_left + " Remaining]"); } if(level.grief_score[encounters_team] <= 3)