Turnstiles lower volume + access reader (#36900)

fixes
This commit is contained in:
ScarKy0
2025-04-25 00:14:47 +02:00
committed by GitHub
parent abb9e373bd
commit 56ee29ab41
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -55,6 +55,7 @@
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
- type: AccessReader
- type: Construction
graph: Turnstile
node: turnstile