From 291ad9c307bcc4b1bb2f1b54faa9a66368c02e5c Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Mon, 2 May 2022 21:49:53 +0100 Subject: [PATCH] Adds screwing step to vent deconstruction (#7896) --- .../Recipes/Construction/Graphs/utilities/atmos_binary.yml | 4 +++- .../Recipes/Construction/Graphs/utilities/atmos_unary.yml | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/atmos_binary.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/atmos_binary.yml index df6095b298..bfc3405259 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/atmos_binary.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/atmos_binary.yml @@ -104,5 +104,7 @@ amount: 2 - !type:DeleteEntity steps: + - tool: Screwing + doAfter: 1 - tool: Welding - doAfter: 1 + doAfter: 1 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/atmos_unary.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/atmos_unary.yml index ca817712ab..d5ca375087 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/atmos_unary.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/atmos_unary.yml @@ -34,6 +34,8 @@ amount: 2 - !type:DeleteEntity steps: + - tool: Screwing + doAfter: 1 - tool: Welding doAfter: 1 - node: passivevent @@ -46,6 +48,8 @@ amount: 2 - !type:DeleteEntity steps: + - tool: Screwing + doAfter: 1 - tool: Welding doAfter: 1 - node: ventscrubber @@ -58,6 +62,8 @@ amount: 2 - !type:DeleteEntity steps: + - tool: Screwing + doAfter: 1 - tool: Welding doAfter: 1 - node: outletinjector