From: ArkiveDev <95712736+ArkiveDev@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:59:29 +0000 (-0400) Subject: Allow construction of rotated railings (#29687) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=54c659f4aaabbaebca012a099a00530b08a56fa4;p=space-station-14.git Allow construction of rotated railings (#29687) * Remove southRotation from railing structures * Curly Braces --- 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