From 4a08dcee3f9168037e6a252e5467c06bd62b4174 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Tue, 21 Mar 2023 15:30:51 -0700 Subject: [PATCH] Search & Rez: remove survive to win message on tie round --- scripts/zm/replaced/_zm_game_module.gsc | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/zm/replaced/_zm_game_module.gsc b/scripts/zm/replaced/_zm_game_module.gsc index 6cc2bb98..9b26c476 100644 --- a/scripts/zm/replaced/_zm_game_module.gsc +++ b/scripts/zm/replaced/_zm_game_module.gsc @@ -189,6 +189,7 @@ round_end(winner) foreach (player in players) { player thread [[level.show_grief_hud_msg_func]]( &"ZOMBIE_GRIEF_RESET" ); + player thread [[level.show_grief_hud_msg_func]]( "", undefined, 30 ); } } }