]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Allow construction of rotated railings (#29687)
authorArkiveDev <95712736+ArkiveDev@users.noreply.github.com>
Wed, 3 Jul 2024 16:59:29 +0000 (12:59 -0400)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2024 16:59:29 +0000 (12:59 -0400)
* Remove southRotation from railing structures

* Curly Braces

Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml

index f050c65c42c4b751452429c3007242cba7960a61..1772bddea0bbced1b436d39af404b26dca7d40e7 100644 (file)
@@ -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