From 4fa8a2df5a1567765a01b4f141fa287882c7b79f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20C=C3=A9sar=20Ueti?= <52474532+Mirino97@users.noreply.github.com> Date: Fri, 15 Apr 2022 18:41:19 -0300 Subject: [PATCH] Add extrap Welding steps to reinforced window's deconstruction (#7566) --- .../Recipes/Construction/Graphs/structures/window.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/window.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/window.yml index bb835ff440..bbd83864d7 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/window.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/window.yml @@ -59,10 +59,14 @@ amount: 2 - !type:DeleteEntity {} steps: + - tool: Welding + doAfter: 5 - tool: Screwing doAfter: 1 - tool: Prying doAfter: 2 + - tool: Welding + doAfter: 5 - tool: Screwing doAfter: 1 - tool: Anchoring @@ -116,10 +120,14 @@ amount: 2 - !type:DeleteEntity {} steps: + - tool: Welding + doAfter: 5 - tool: Screwing doAfter: 2 - tool: Prying doAfter: 3 + - tool: Welding + doAfter: 5 - tool: Screwing doAfter: 2 - tool: Anchoring