From b07fa8562a5f317980e081e299af4637a105860d Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Thu, 25 Feb 2021 15:10:54 +0000 Subject: [PATCH] Fixed APC placement & ID (#3415) APC was set to alignwallproper not center. ID was wrong causing crashes --- Resources/Prototypes/Recipes/Construction/Graphs/APC.yml | 2 +- Resources/Prototypes/Recipes/Construction/structures.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/APC.yml b/Resources/Prototypes/Recipes/Construction/Graphs/APC.yml index 3e588ac64b..4fd859a07d 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/APC.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/APC.yml @@ -10,4 +10,4 @@ amount: 3 - node: apc - entity: BaseAPC + entity: BaseApc diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index 5a56555e30..277d5b9db2 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -209,5 +209,5 @@ sprite: Constructible/Power/apc.rsi state: apc0 objectType: Structure - placementMode: AlignWallProper + placementMode: SnapgridCenter canBuildInImpassable: true