Browse Source

reduced assassin volume

master
Sagittaeri 7 years ago
parent
commit
dd3c0f368d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IronToad_UnityProject/Assets/Scripts/LighthouseLanding.cs

+ 1
- 1
IronToad_UnityProject/Assets/Scripts/LighthouseLanding.cs View File

@ -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");
}
}

Loading…
Cancel
Save