diff --git a/Content.Shared/Doors/Components/TurnstileComponent.cs b/Content.Shared/Doors/Components/TurnstileComponent.cs index 3d7273fffa..087cc3b13d 100644 --- a/Content.Shared/Doors/Components/TurnstileComponent.cs +++ b/Content.Shared/Doors/Components/TurnstileComponent.cs @@ -55,7 +55,7 @@ public sealed partial class TurnstileComponent : Component /// Sound to play when the turnstile admits a mob through. /// [DataField] - public SoundSpecifier? TurnSound = new SoundPathSpecifier("/Audio/Items/ratchet.ogg"); + public SoundSpecifier? TurnSound = new SoundPathSpecifier("/Audio/Items/ratchet.ogg", AudioParams.Default.WithVolume(-6)); /// /// Sound to play when the turnstile denies entry diff --git a/Resources/Prototypes/Entities/Structures/Doors/turnstile.yml b/Resources/Prototypes/Entities/Structures/Doors/turnstile.yml index 9434c9a892..2fde8a1a28 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/turnstile.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/turnstile.yml @@ -55,6 +55,7 @@ behaviors: - !type:DoActsBehavior acts: ["Destruction"] + - type: AccessReader - type: Construction graph: Turnstile node: turnstile