]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Allow shelves to be placed rotated when built by hand (#37186)
authorPerry Fraser <perryprog@users.noreply.github.com>
Sun, 4 May 2025 22:42:21 +0000 (18:42 -0400)
committerGitHub <noreply@github.com>
Sun, 4 May 2025 22:42:21 +0000 (00:42 +0200)
fix: shelves can be placed rotated when built by hand

Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml

index 1a6492fd927d249426bf6a65c2b864f8030d0240..34541f2a10af6914d037dd5109a780cc2e9c273d 100644 (file)
@@ -9,24 +9,21 @@
 # Normal
         - to: ShelfWood
           completed:
-            - !type:SnapToGrid
-              southRotation: true
+            - !type:SnapToGrid {}
           steps:
             - material: WoodPlank
               amount: 4
               doAfter: 2
         - to: ShelfMetal
           completed:
-            - !type:SnapToGrid
-              southRotation: true
+            - !type:SnapToGrid {}
           steps:
             - material: Steel
               amount: 5
               doAfter: 3
         - to: ShelfGlass
           completed:
-            - !type:SnapToGrid
-              southRotation: true
+            - !type:SnapToGrid {}
           steps:
             - material: Glass
               amount: 4
@@ -34,8 +31,7 @@
 # Reinforced
         - to: ShelfRWood
           completed:
-            - !type:SnapToGrid
-              southRotation: true
+            - !type:SnapToGrid {}
           steps:
             - material: WoodPlank
               amount: 8
@@ -45,8 +41,7 @@
               doAfter: 1
         - to: ShelfRMetal
           completed:
-            - !type:SnapToGrid
-              southRotation: true
+            - !type:SnapToGrid {}
           steps:
             - material: Plasteel
               amount: 5
@@ -59,8 +54,7 @@
               doAfter: 1
         - to: ShelfRGlass
           completed:
-            - !type:SnapToGrid
-              southRotation: true
+            - !type:SnapToGrid {}
           steps:
             - material: Plastic
               amount: 5
 # Departmental
         - to: ShelfBar
           completed:
-            - !type:SnapToGrid
-              southRotation: true
+            - !type:SnapToGrid {}
           steps:
             - material: WoodPlank
               amount: 6
               doAfter: 2
         - to: ShelfKitchen
           completed:
-            - !type:SnapToGrid
-              southRotation: true
+            - !type:SnapToGrid {}
           steps:
             - material: MetalRod
               amount: 2
@@ -95,8 +87,7 @@
               doAfter: 2
         - to: ShelfChemistry
           completed:
-            - !type:SnapToGrid
-              southRotation: true
+            - !type:SnapToGrid {}
           steps:
             - material: Plasteel
               amount: 2