From 6dd63161ffaeb4e36a6a0b6fc2f826ea5d872915 Mon Sep 17 00:00:00 2001 From: mkanke-real Date: Mon, 8 Sep 2025 08:10:44 +0900 Subject: [PATCH 1/2] APC decontruction requires wires cut now (#1471) Co-authored-by: funkystationbot Co-authored-by: Tay (cherry picked from commit b8d8072d281e21f5ce13e9d55ac97cac7b67ba64) --- .../Recipes/Construction/Graphs/utilities/APC.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml index 4411e249c62..26964acf7e5 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml @@ -1,10 +1,11 @@ # SPDX-FileCopyrightText: 2020 Git-Nivrak <59925169+Git-Nivrak@users.noreply.github.com> -# SPDX-FileCopyrightText: 2021-2022 Peptide90 <78795277+Peptide90@users.noreply.github.com> # SPDX-FileCopyrightText: 2021 DrSmugleaf +# SPDX-FileCopyrightText: 2021 metalgearsloth +# SPDX-FileCopyrightText: 2022 Peptide90 <78795277+Peptide90@users.noreply.github.com> # SPDX-FileCopyrightText: 2022 rolfero <45628623+rolfero@users.noreply.github.com> # SPDX-FileCopyrightText: 2023 Slava0135 <40753025+Slava0135@users.noreply.github.com> -# SPDX-FileCopyrightText: 2025 hoshizora -# SPDX-FileCopyrightText: 2025 Ertanic <36124833+Ertanic@users.noreply.github.com> +# SPDX-FileCopyrightText: 2025 taydeo +# # SPDX-License-Identifier: MIT - type: constructionGraph @@ -50,6 +51,7 @@ conditions: - !type:WirePanel open: true + - !type:AllWiresCut steps: - tool: Prying doAfter: 4 From 65f621ddd31ef82552e4f6919307227eed711d5b Mon Sep 17 00:00:00 2001 From: mkanke-real Date: Mon, 2 Mar 2026 08:37:17 +0900 Subject: [PATCH 2/2] Porty port --- .../Prototypes/Recipes/Construction/Graphs/utilities/APC.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml index 26964acf7e5..784a65736ce 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/APC.yml @@ -49,9 +49,8 @@ prototype: APCElectronics amount: 1 conditions: - - !type:WirePanel - open: true - - !type:AllWiresCut + - !type:AllWiresCut { } + - !type:WirePanel { } steps: - tool: Prying doAfter: 4