@@ -55,7 +55,7 @@ public sealed partial class TurnstileComponent : Component
|
||||
/// Sound to play when the turnstile admits a mob through.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public SoundSpecifier? TurnSound = new SoundPathSpecifier("/Audio/Items/ratchet.ogg");
|
||||
public SoundSpecifier? TurnSound = new SoundPathSpecifier("/Audio/Items/ratchet.ogg", AudioParams.Default.WithVolume(-6));
|
||||
|
||||
/// <summary>
|
||||
/// Sound to play when the turnstile denies entry
|
||||
|
||||
Reference in New Issue
Block a user