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