Skip to content

Commit

Permalink
fix mousetraps (#35486)
Browse files Browse the repository at this point in the history
fix mousetrap
  • Loading branch information
slarticodefast authored Feb 25, 2025
1 parent 1e43582 commit 920df98
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 920df98

Please sign in to comment.