Skip to content

Commit

Permalink
fixed fireaxe and wirecutter prying (#755)
Browse files Browse the repository at this point in the history
* fixed fireaxe and wirecutter prying

* at last, the test fix
  • Loading branch information
DexlerXD authored Feb 22, 2024
1 parent 0080c53 commit a499a45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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

0 comments on commit a499a45

Please sign in to comment.