From 61d524a9833a5fc82add11875a4adf293df7942a Mon Sep 17 00:00:00 2001 From: Perry Fraser Date: Sun, 4 May 2025 18:42:21 -0400 Subject: [PATCH] Allow shelves to be placed rotated when built by hand (#37186) fix: shelves can be placed rotated when built by hand --- .../Construction/Graphs/furniture/shelfs.yml | 27 +++++++------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml index 1a6492fd92..34541f2a10 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml @@ -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 @@ -74,16 +68,14 @@ # 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 -- 2.51.2