From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sat, 30 Dec 2023 23:15:02 +0000 (+0100) Subject: Make mime stamp silent (#23221) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=83bd93726770a0ab10415d1dcefccb95af06305f;p=space-station-14.git Make mime stamp silent (#23221) * good commit * Revert "good commit" This reverts commit 2559a9ad8b642827446e151adc90057d667be60d. * EVEN BETTER PR * even more better --- 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