]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix construction orientation being ignored for some objects (#36488)
authorVladislav Suchkov <20380250+murolem@users.noreply.github.com>
Wed, 23 Apr 2025 01:58:42 +0000 (11:58 +1000)
committerGitHub <noreply@github.com>
Wed, 23 Apr 2025 01:58:42 +0000 (21:58 -0400)
* fixes

* removed empty "SnapToGrid"s and parent "completed"s

Resources/Prototypes/Recipes/Construction/Graphs/structures/fence_metal.yml
Resources/Prototypes/Recipes/Construction/Graphs/structures/girder.yml
Resources/Prototypes/Recipes/Construction/Graphs/structures/grille_diagonal.yml

index a68e1d50fbdc8da0868f06f045ab23bcca069f32..444c327fdc7dff5ca8d56cf9c7eb9a63d7bc2baa 100644 (file)
@@ -7,33 +7,21 @@
     - !type:DeleteEntity { }
     edges:
     - to: straight
-      completed:
-      - !type:SnapToGrid
-        southRotation: true
       steps:
       - material: MetalRod
         amount: 5
         doAfter: 6
     - to: corner
-      completed:
-      - !type:SnapToGrid
-        southRotation: true
       steps:
       - material: MetalRod
         amount: 5
         doAfter: 6
     - to: end
-      completed:
-      - !type:SnapToGrid
-        southRotation: true
       steps:
       - material: MetalRod
         amount: 5
         doAfter: 6
     - to: gate
-      completed:
-      - !type:SnapToGrid
-        southRotation: true
       steps:
       - material: MetalRod
         amount: 5
index fb783e0da563aecb605361793a106ef496474692..7c0c7269db4d335516842798c3d4d1d415352424 100644 (file)
               doAfter: 1
 
         - to: diagonalshuttleWall
-          completed:
-            - !type:SnapToGrid
-              southRotation: false
           conditions:
             - !type:EntityAnchored { }
           steps:
index d24656faa5bdd993238ddf17fea57284299531f0..6c32b96801f9c42b95d666c271e5038639aefe96 100644 (file)
@@ -5,18 +5,12 @@
     - node: start
       edges:
         - to: grilleDiagonal
-          completed:
-            - !type:SnapToGrid
-              southRotation: true
           steps:
             - material: MetalRod
               amount: 2
               doAfter: 1
               
         - to: clockworkGrilleDiagonal
-          completed:
-            - !type:SnapToGrid
-              southRotation: true
           steps:
             - material: MetalRod
               amount: 2