From 83bd93726770a0ab10415d1dcefccb95af06305f Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sun, 31 Dec 2023 00:15:02 +0100 Subject: [PATCH] Make mime stamp silent (#23221) * good commit * Revert "good commit" This reverts commit 2559a9ad8b642827446e151adc90057d667be60d. * EVEN BETTER PR * even more better --- Content.Shared/Paper/StampComponent.cs | 5 +---- Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Content.Shared/Paper/StampComponent.cs b/Content.Shared/Paper/StampComponent.cs index 615009a81e..04e2410df7 100644 --- a/Content.Shared/Paper/StampComponent.cs +++ b/Content.Shared/Paper/StampComponent.cs @@ -49,8 +49,5 @@ public sealed partial class StampComponent : Component /// The sound when stamp stamped /// [DataField("sound")] - public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Items/Stamp/thick_stamp_sub.ogg") - { - Params = AudioParams.Default.WithVolume(-2f).WithMaxDistance(5f) - }; + public SoundSpecifier? Sound = null; } diff --git a/Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml b/Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml index cbd2a2c99c..662b0dd629 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml @@ -154,7 +154,7 @@ stampedName: stamp-component-stamped-name-mime stampedColor: "#777777" stampState: "paper_stamp-mime" - # TODO remove sound from mime's rubber stamp + sound: null - type: Sprite state: stamp-mime -- 2.51.2