From dd3c0f368df45682e4401b1b362e280e9927c5c8 Mon Sep 17 00:00:00 2001 From: Sagittaeri Date: Sun, 22 Jan 2017 15:43:21 +1100 Subject: [PATCH] reduced assassin volume --- IronToad_UnityProject/Assets/Scripts/LighthouseLanding.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IronToad_UnityProject/Assets/Scripts/LighthouseLanding.cs b/IronToad_UnityProject/Assets/Scripts/LighthouseLanding.cs index 2ae4601..5f7bac2 100644 --- a/IronToad_UnityProject/Assets/Scripts/LighthouseLanding.cs +++ b/IronToad_UnityProject/Assets/Scripts/LighthouseLanding.cs @@ -56,7 +56,7 @@ public class LighthouseLanding : MonoBehaviour { switchedOff = true; NotificationServer.notify("hide TakeoverButton"); - NotificationServer.notify("play sfx", "assassination"); + NotificationServer.notify("play sfx", "assassination:0.75"); NotificationServer.notify("switch off"); } }