Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
useSound: /Audio/Items/jaws_pry.ogg
- type: Prying
speedModifier: 1.5
pryPowered: true
pryPowered: false # Coyote: removed jawsing through powered, access locked doors
useSound: /Audio/Items/jaws_pry.ogg
- type: MultipleTool
statusShowBehavior: true
Expand Down Expand Up @@ -68,6 +68,7 @@
size: Normal
- type: Prying
speedModifier: 3.0
pryPowered: true #Coyote: jaws of death won't work without this if jaws of life don't have this
- type: MultipleTool
entries:
- behavior: Prying
Expand Down
Loading