From: Nairod <110078045+Nairodian@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:44:01 +0000 (-0600) Subject: Weld To Remove Rust On Reinforced Walls (#25690) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4446fd2d5d9ee72df9e1b11c403e02c9e4a31400;p=space-station-14.git Weld To Remove Rust On Reinforced Walls (#25690) --- diff --git a/Resources/Prototypes/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/Entities/Structures/Walls/walls.yml index a62fcb36a9..bac81f62ed 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/walls.yml @@ -564,7 +564,7 @@ state: rgeneric - type: Construction graph: Girder - node: reinforcedWall + node: reinforcedWallRust - type: IconSmooth key: walls base: reinf_over diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml index 0ccb303334..dcff7d6f5e 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml @@ -505,3 +505,11 @@ steps: - tool: Welding doAfter: 5 + + - node: reinforcedWallRust + entity: WallReinforcedRust + edges: + - to: reinforcedWall + steps: + - tool: Welding + doAfter: 5