From 6ed0644fc0f4a9acbb2de949dfc24e290979b1ae Mon Sep 17 00:00:00 2001 From: BWTCK <193008538+BWTCK@users.noreply.github.com> Date: Fri, 4 Apr 2025 21:00:47 -0600 Subject: [PATCH] Fix shutter construction ghost rotation (#36082) * Fixed shutter construction frame not aligning with construction ghost * removed metadata change that should be in a different PR --- .../Prototypes/Entities/Structures/Doors/Shutter/shutters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml b/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml index 41e85e6c3f..f322de7283 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml @@ -240,4 +240,4 @@ layer: - HighImpassable - type: Transform - noRot: true + noRot: false -- 2.51.2