From b8139cb4a83ee8c5ae77aa949914cedc6f6d94ca Mon Sep 17 00:00:00 2001 From: portfiend <109661617+portfiend@users.noreply.github.com> Date: Sun, 14 Jul 2024 07:30:26 -0400 Subject: [PATCH 1/3] remove southRotation from railing construction recipes --- .../Recipes/Construction/Graphs/structures/railing.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml index f050c65c42c..038965a33d2 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml @@ -7,7 +7,6 @@ - to: railing completed: - !type:SnapToGrid - southRotation: true steps: - material: MetalRod amount: 1 @@ -15,7 +14,6 @@ - to: railingCorner completed: - !type:SnapToGrid - southRotation: true steps: - material: MetalRod amount: 2 @@ -23,7 +21,6 @@ - to: railingCornerSmall completed: - !type:SnapToGrid - southRotation: true steps: - material: MetalRod amount: 1 @@ -31,7 +28,6 @@ - to: railingRound completed: - !type:SnapToGrid - southRotation: true steps: - material: MetalRod amount: 2 From 8e17fed49915060c70e41e7d5da6463bc2191104 Mon Sep 17 00:00:00 2001 From: portfiend <109661617+portfiend@users.noreply.github.com> Date: Sun, 14 Jul 2024 08:06:02 -0400 Subject: [PATCH 2/3] comments --- .../Recipes/Construction/Graphs/structures/railing.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml index 038965a33d2..fc3b3597e26 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml @@ -7,6 +7,7 @@ - to: railing completed: - !type:SnapToGrid + # DeltaV: railings no longer forced to face south steps: - material: MetalRod amount: 1 @@ -14,6 +15,7 @@ - to: railingCorner completed: - !type:SnapToGrid + # DeltaV: railings no longer forced to face south steps: - material: MetalRod amount: 2 @@ -21,6 +23,7 @@ - to: railingCornerSmall completed: - !type:SnapToGrid + # DeltaV: railings no longer forced to face south steps: - material: MetalRod amount: 1 @@ -28,6 +31,7 @@ - to: railingRound completed: - !type:SnapToGrid + # DeltaV: railings no longer forced to face south steps: - material: MetalRod amount: 2 From 0658bfb3f3b9fb5d586a60b88ebcc3cb6baa01fd Mon Sep 17 00:00:00 2001 From: portfiend <109661617+portfiend@users.noreply.github.com> Date: Sun, 14 Jul 2024 08:08:06 -0400 Subject: [PATCH 3/3] actually im doing this instead commenting the line --- .../Recipes/Construction/Graphs/structures/railing.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml index fc3b3597e26..99926dd5277 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/railing.yml @@ -7,7 +7,7 @@ - to: railing completed: - !type:SnapToGrid - # DeltaV: railings no longer forced to face south + # southRotation: true # Delta-V : Removes forced South Rotation for building railings steps: - material: MetalRod amount: 1 @@ -15,7 +15,7 @@ - to: railingCorner completed: - !type:SnapToGrid - # DeltaV: railings no longer forced to face south + # southRotation: true # Delta-V : Removes forced South Rotation for building railings steps: - material: MetalRod amount: 2 @@ -23,7 +23,7 @@ - to: railingCornerSmall completed: - !type:SnapToGrid - # DeltaV: railings no longer forced to face south + # southRotation: true # Delta-V : Removes forced South Rotation for building railings steps: - material: MetalRod amount: 1 @@ -31,7 +31,7 @@ - to: railingRound completed: - !type:SnapToGrid - # DeltaV: railings no longer forced to face south + # southRotation: true # Delta-V : Removes forced South Rotation for building railings steps: - material: MetalRod amount: 2