From 52b32fa7fad3737618473d6464d006790cef60e6 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:07:12 -0400 Subject: [PATCH] Fix hypo pen clicking (#30535) --- .../Prototypes/Entities/Objects/Specific/Medical/hypospray.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml index ddaf20351c..08b86e5636 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml @@ -432,6 +432,8 @@ delay: 0.5 - type: StaticPrice # A new shitcurity meta price: 75 + - type: EmitSoundOnUse + handle: false # don't want the sound to stop the self-inject from triggering - type: entity parent: BaseItem -- 2.52.0