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

fixed fireaxe and wirecutter prying #755

Merged
merged 2 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- type: Tool
qualities:
- Prying
- PlatingCutting #SS220-tools-tile-prying-fix
- type: ToolTileCompatible
- type: Prying
- type: UseDelay
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/Tiles/plating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: tiles-plating
sprite: /Textures/Tiles/plating.png
baseTurf: Lattice
deconstructTools: [ PlatingCutting, Cutting ] #SS220 JOL TilePryingng
deconstructTools: [ PlatingCutting ] #SS220 JOL TilePryingng && tools-tile-prying-fix
isSubfloor: true
footstepSounds:
collection: FootstepPlating
Expand All @@ -20,7 +20,7 @@
- 1.0
- 1.0
baseTurf: Lattice
deconstructTools: [ PlatingCutting, Cutting ] #SS220 JOL TilePryingng
deconstructTools: [ PlatingCutting ] #SS220 JOL TilePryingng && tools-tile-prying-fix
isSubfloor: true
footstepSounds:
collection: FootstepPlating
Expand All @@ -32,7 +32,7 @@
name: tiles-plating
sprite: /Textures/Tiles/plating_burnt.png
baseTurf: Lattice
deconstructTools: [ PlatingCutting, Cutting ] #SS220 JOL TilePryingng
deconstructTools: [ PlatingCutting ] #SS220 JOL TilePryingng && tools-tile-prying-fix
isSubfloor: true
footstepSounds:
collection: FootstepPlating
Expand All @@ -44,7 +44,7 @@
name: tiles-asteroid-plating
sprite: /Textures/Tiles/Asteroid/asteroid_plating.png
baseTurf: Lattice
deconstructTools: [ PlatingCutting, Cutting ] #SS220 JOL TilePryingng
deconstructTools: [ PlatingCutting ] #SS220 JOL TilePryingng && tools-tile-prying-fix
isSubfloor: true
footstepSounds:
collection: FootstepPlating
Expand All @@ -56,7 +56,7 @@
name: tiles-snow-plating
sprite: /Textures/Tiles/snow_plating.png #Not in the snow planet RSI because it doesn't have any metadata. Should probably be moved to its own folder later.
baseTurf: Lattice
deconstructTools: [ PlatingCutting, Cutting ] #SS220 JOL TilePryingng
deconstructTools: [ PlatingCutting ] #SS220 JOL TilePryingng && tools-tile-prying-fix
isSubfloor: true
footstepSounds:
collection: FootstepPlating
Expand Down
Loading