From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Tue, 25 Feb 2025 03:52:05 +0000 (+0100) Subject: fix mousetraps (#35486) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=920df98f7665106d0ac8d5002f87d542a8bcc1df;p=space-station-14.git fix mousetraps (#35486) fix mousetrap --- diff --git a/Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml b/Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml index cde95fda6b..04349c3a1c 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml @@ -22,6 +22,7 @@ Blunt: 2 # base damage, scales based on mass - type: EmitSoundOnUse sound: "/Audio/Items/Handcuffs/cuff_end.ogg" + handle: false - type: EmitSoundOnTrigger sound: "/Audio/Items/snap.ogg" - type: Item @@ -62,5 +63,9 @@ id: MousetrapArmed description: Useful for catching rodents sneaking into your kitchen. components: - - type: Mousetrap - isActive: true + - type: Sprite + layers: + - state: mousetraparmed + map: ["base"] + - type: Mousetrap + isActive: true