Skip to content

Commit

Permalink
at last, the test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DexlerXD committed Feb 22, 2024
1 parent 220d2e6 commit 7106282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Objects/Tools/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- type: Item
sprite: Objects/Tools/wirecutters.rsi
storedRotation: -90
# - type: ToolTileCompatible SS220-tools-tile-prying-fix
- type: ToolTileCompatible
- type: PhysicalComposition
materialComposition:
Steel: 100
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 7106282

Please sign in to comment.