diff --git a/OpenRA.Mods.Cnc/Missions/CncShellmapScript.cs b/OpenRA.Mods.Cnc/Missions/CncShellmapScript.cs index a0c7ce610d..261706c855 100755 --- a/OpenRA.Mods.Cnc/Missions/CncShellmapScript.cs +++ b/OpenRA.Mods.Cnc/Missions/CncShellmapScript.cs @@ -41,8 +41,6 @@ namespace OpenRA.Mods.RA Game.MoveViewport(ViewportOrigin); Actors = w.WorldActor.Trait().Actors; - // Mute world sounds - Sound.SoundVolumeModifier = 0f; LoopMusic(); diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs index 267192fef6..1fac9ebbf7 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs @@ -271,6 +271,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic chatPanel.AddChild(template); chatPanel.ScrollToBottom(); + Sound.Play("scold2.aud"); } void UpdateCurrentMap() diff --git a/mods/cnc/chrome/ingame.yaml b/mods/cnc/chrome/ingame.yaml index 20170dadf4..2f2ec62dd4 100644 --- a/mods/cnc/chrome/ingame.yaml +++ b/mods/cnc/chrome/ingame.yaml @@ -19,6 +19,7 @@ Container@INGAME_ROOT: DrawBackground: False RemoveTime:250 UseContrast: yes + Notification: scold2.aud ChatEntry@CHAT_ENTRY: Id:CHAT_ENTRY X:250