Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crowbars fix #30828

Merged
merged 2 commits into from
Aug 9, 2024
Merged
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
19 changes: 5 additions & 14 deletions Resources/Prototypes/Entities/Objects/Tools/crowbars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@
- type: StaticPrice
price: 22
- type: Prying
- type: Sprite
sprite: Objects/Tools/crowbar.rsi
- type: Clothing
sprite: Objects/Tools/crowbar.rsi
quickEquip: false
slots:
- Belt
- type: Item
sprite: Objects/Tools/crowbar.rsi
size: Normal
shape:
- 0,0,0,1
Expand All @@ -45,10 +49,8 @@
description: A multipurpose tool to pry open doors and fight interdimensional invaders.
components:
- type: Sprite
sprite: Objects/Tools/crowbar.rsi
state: icon
- type: Item
sprite: Objects/Tools/crowbar.rsi
storedSprite:
sprite: Objects/Tools/crowbar.rsi
state: storage
Expand All @@ -65,13 +67,12 @@
- Crowbar
- CrowbarRed
- type: Sprite
sprite: Objects/Tools/crowbar.rsi
layers:
- state: icon
- state: cover-icon
color: "#990000"
- type: Item
sprite: Objects/Tools/crowbar.rsi
size: Small # for pockets
storedSprite:
state: red-storage
sprite: Objects/Tools/crowbar.rsi
Expand All @@ -85,7 +86,6 @@
- state: cover-inhand-right
color: "#990000"
- type: Clothing
sprite: Objects/Tools/crowbar.rsi
clothingVisuals:
belt:
- state: equipped-BELT
Expand All @@ -99,13 +99,11 @@
description: A multipurpose tool to pry open doors and fight interdimensional invaders, printed from an autolathe.
components:
- type: Sprite
sprite: Objects/Tools/crowbar.rsi
layers:
- state: icon
- state: cover-icon
color: "#00621c"
- type: Item
sprite: Objects/Tools/crowbar.rsi
storedSprite:
state: green-storage
sprite: Objects/Tools/crowbar.rsi
Expand All @@ -119,7 +117,6 @@
- state: cover-inhand-right
color: "#00621c"
- type: Clothing
sprite: Objects/Tools/crowbar.rsi
clothingVisuals:
belt:
- state: equipped-BELT
Expand All @@ -133,13 +130,11 @@
description: A multipurpose tool to pry open doors and fight interdimensional invaders, found in toolboxes.
components:
- type: Sprite
sprite: Objects/Tools/crowbar.rsi
layers:
- state: icon
- state: cover-icon
color: "#673800"
- type: Item
sprite: Objects/Tools/crowbar.rsi
storedSprite:
state: orange-storage
sprite: Objects/Tools/crowbar.rsi
Expand All @@ -153,7 +148,6 @@
- state: cover-inhand-right
color: "#673800"
- type: Clothing
sprite: Objects/Tools/crowbar.rsi
clothingVisuals:
belt:
- state: equipped-BELT
Expand All @@ -167,13 +161,11 @@
description: A pocket crowbar designed to pry open doors and firelocks during power outages, dispensed from Engineering.
components:
- type: Sprite
sprite: Objects/Tools/crowbar.rsi
layers:
- state: icon
- state: cover-icon
color: "#968000"
- type: Item
sprite: Objects/Tools/crowbar.rsi
storedSprite:
state: yellow-storage
sprite: Objects/Tools/crowbar.rsi
Expand All @@ -187,7 +179,6 @@
- state: cover-inhand-right
color: "#968000"
- type: Clothing
sprite: Objects/Tools/crowbar.rsi
clothingVisuals:
belt:
- state: equipped-BELT
Expand Down
Loading