@@ -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
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- type: AccessReader
|
||||
- type: Construction
|
||||
graph: Turnstile
|
||||
node: turnstile
|
||||
|
||||
Reference in New Issue
Block a user