From 44c1bf18f5ca804bbc4fb24f36db89c7a473b76a Mon Sep 17 00:00:00 2001 From: Beu Date: Thu, 28 Apr 2022 10:40:30 +0200 Subject: [PATCH] Change notice sound --- TM_RoyalRounds_Online.Script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TM_RoyalRounds_Online.Script.txt b/TM_RoyalRounds_Online.Script.txt index 232f186..f37317b 100644 --- a/TM_RoyalRounds_Online.Script.txt +++ b/TM_RoyalRounds_Online.Script.txt @@ -212,7 +212,7 @@ if (WaitingScreenDuration >= 0) { UIModules_BigMessage::SetMessage("""The map will start in few seconds"""); while (MB_MapIsRunning() && S_RoundWaitingScreenDuration - WaitingScreenDuration > 0) { if (S_RoundWaitingScreenDuration - WaitingScreenDuration <= 3) { - ModeUtils::PlaySound(CUIConfig::EUISound::StartRound, 0); + ModeUtils::PlaySound(CUIConfig::EUISound::PhaseChange, 0); UIModules_BigMessage::SetMessage("""The map starts in {{{S_RoundWaitingScreenDuration - WaitingScreenDuration}}} seconds"""); } WaitingScreenDuration = WaitingScreenDuration + 1;