From fcaf6c57385377a8abdc08175937f45c534a6ad5 Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 9 Sep 2022 00:21:25 +0200 Subject: [PATCH] fix: External airlocks now show the correct direction relative to their rotation. (#11103) tweak: External airlock assemblies can now be rotated. This is particularly useful when building shuttles, for docking. --- .../Entities/Structures/Doors/Airlocks/shuttle.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml index 1981400c3d..4de40749ab 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml @@ -9,6 +9,7 @@ - type: Sprite netsync: false sprite: Structures/Doors/Airlocks/Standard/shuttle.rsi + snapCardinals: false layers: - state: closed map: ["enum.DoorVisualLayers.Base"] @@ -98,6 +99,10 @@ suffix: Docking description: An incomplete structure necessary for connecting two space craft together. components: + - type: Transform + anchored: true + noRot: false + - type: Rotatable - type: Sprite netsync: false sprite: Structures/Doors/Airlocks/Glass/shuttle.rsi