From 7a99c962a303dafb4190016d7841e61811dc6631 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:50:16 -0400 Subject: [PATCH] Fix exploding pen clicking (#30533) --- Resources/Prototypes/Entities/Objects/Weapons/Bombs/pen.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pen.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pen.yml index c6c37d3642..8bae55e1f4 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pen.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pen.yml @@ -20,6 +20,8 @@ - type: DeviceLinkSink ports: - Trigger + - type: EmitSoundOnUse + handle: false # don't want the sound to stop the explosion from triggering - type: entity parent: BaseItem -- 2.52.0