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