From a833864e91a7f30042392b156edea999e8e4e38b Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:14:23 +0000 Subject: [PATCH] fix wallmount board cheesing (fix #13994) (#13996) Co-authored-by: deltanedas --- .../Construction/Graphs/utilities/wallmount_generator.yml | 1 + .../Construction/Graphs/utilities/wallmount_substation.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_generator.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_generator.yml index b9ca0af5f3..3df8d9c818 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_generator.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_generator.yml @@ -31,6 +31,7 @@ doAfter: 2 - node: parts + entity: BaseGeneratorWallmountFrame edges: - to: electronics steps: diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_substation.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_substation.yml index ff73e90fd9..78a1a34c6a 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_substation.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/wallmount_substation.yml @@ -31,6 +31,7 @@ doAfter: 2 - node: parts + entity: BaseSubstationWallFrame edges: - to: electronics steps: -- 2.52.0