From 56ee29ab4194e6cd61285caac77d4c67fa57a288 Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Fri, 25 Apr 2025 00:14:47 +0200 Subject: [PATCH] Turnstiles lower volume + access reader (#36900) fixes --- Content.Shared/Doors/Components/TurnstileComponent.cs | 2 +- Resources/Prototypes/Entities/Structures/Doors/turnstile.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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