From a499a453767163373964ebb5e5e44ee1a9dd289b Mon Sep 17 00:00:00 2001 From: Dexler <69513582+DexlerXD@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:41:25 +0300 Subject: [PATCH] fixed fireaxe and wirecutter prying (#755) * fixed fireaxe and wirecutter prying * at last, the test fix --- .../Entities/Objects/Weapons/Melee/fireaxe.yml | 1 + Resources/Prototypes/Tiles/plating.yml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml index b46ee096336039..8b4d516b9d6e05 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml @@ -37,6 +37,7 @@ - type: Tool qualities: - Prying + - PlatingCutting #SS220-tools-tile-prying-fix - type: ToolTileCompatible - type: Prying - type: UseDelay diff --git a/Resources/Prototypes/Tiles/plating.yml b/Resources/Prototypes/Tiles/plating.yml index f8212e1b85711d..b90211c4402af7 100644 --- a/Resources/Prototypes/Tiles/plating.yml +++ b/Resources/Prototypes/Tiles/plating.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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