From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Thu, 24 Apr 2025 22:14:47 +0000 (+0200) Subject: Turnstiles lower volume + access reader (#36900) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=56ee29ab4194e6cd61285caac77d4c67fa57a288;p=space-station-14.git Turnstiles lower volume + access reader (#36900) fixes --- 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