From: themias <89101928+themias@users.noreply.github.com> Date: Sun, 25 Aug 2024 04:57:36 +0000 (-0400) Subject: Fix firelockedge rotation (#31371) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c46a78b8e35fe8388433a064f2fe61a87339b664;p=space-station-14.git Fix firelockedge rotation (#31371) save --- diff --git a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/frame.yml b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/frame.yml index 3f4306e4aa..c728d27933 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/frame.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/frame.yml @@ -52,5 +52,3 @@ layer: - HighImpassable - MidImpassable - - type: Transform - noRot: true diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/firelock.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/firelock.yml index 74ac16eabd..6b6d5c4895 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/firelock.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/firelock.yml @@ -138,6 +138,9 @@ steps: - tool: Anchoring doAfter: 0.25 + completed: + - !type:SnapToGrid + southRotation: true - node: FirelockGlassFrame edges: @@ -168,6 +171,9 @@ steps: - tool: Anchoring doAfter: 1 + completed: + - !type:SnapToGrid + southRotation: true - node: FirelockEdge entity: FirelockEdge diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index 2adf8c8502..a273f66740 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -774,6 +774,7 @@ state: closed objectType: Structure placementMode: SnapgridCenter + canRotate: false canBuildInImpassable: false conditions: - !type:TileNotBlocked @@ -791,6 +792,7 @@ state: closed objectType: Structure placementMode: SnapgridCenter + canRotate: false canBuildInImpassable: false conditions: - !type:TileNotBlocked