From 32b7b7e65d73849087a863c8662abef2a6cf0bec Mon Sep 17 00:00:00 2001 From: ReeZer2 <63300653+ReeZer2@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:48:09 +0200 Subject: [PATCH] FIX: Diagonal structures created with south orientation (#2306) --- .../Construction/Graphs/structures/grille_diagonal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_diagonal.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_diagonal.yml index d24656faa5bdd9..2e46b700b6fbbb 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_diagonal.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_diagonal.yml @@ -7,7 +7,7 @@ - to: grilleDiagonal completed: - !type:SnapToGrid - southRotation: true + southRotation: false #ss220 rotation fix steps: - material: MetalRod amount: 2 @@ -16,7 +16,7 @@ - to: clockworkGrilleDiagonal completed: - !type:SnapToGrid - southRotation: true + southRotation: false #ss220 rotation fix steps: - material: MetalRod amount: 2