From 54c659f4aaabbaebca012a099a00530b08a56fa4 Mon Sep 17 00:00:00 2001 From: ArkiveDev <95712736+ArkiveDev@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:59:29 -0400 Subject: [PATCH] Allow construction of rotated railings (#29687) * Remove southRotation from railing structures * Curly Braces --- .../Construction/Graphs/structures/railing.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml index f050c65c42..1772bddea0 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml @@ -6,32 +6,28 @@ edges: - to: railing completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid { } steps: - material: MetalRod amount: 1 doAfter: 2 - to: railingCorner completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid { } steps: - material: MetalRod amount: 2 doAfter: 2.5 - to: railingCornerSmall completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid { } steps: - material: MetalRod amount: 1 doAfter: 2 - to: railingRound completed: - - !type:SnapToGrid - southRotation: true + - !type:SnapToGrid { } steps: - material: MetalRod amount: 2 -- 2.51.2