diff --git a/Content.Server/Doors/Systems/AirlockSystem.cs b/Content.Server/Doors/Systems/AirlockSystem.cs index fd5d3a9ceba..0bf074420f4 100644 --- a/Content.Server/Doors/Systems/AirlockSystem.cs +++ b/Content.Server/Doors/Systems/AirlockSystem.cs @@ -29,6 +29,7 @@ private void OnAirlockInit(EntityUid uid, AirlockComponent component, ComponentI if (TryComp(uid, out var receiverComponent)) { Appearance.SetData(uid, DoorVisuals.Powered, receiverComponent.Powered); + Appearance.SetData(uid, DoorVisuals.ClosedLights, true); // Corvax-Resprite-Airlocks } } diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml index c339bad06a3..5daa62309ab 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml @@ -67,6 +67,7 @@ fuel: 5 time: 3 - type: Airlock + openUnlitVisible: true # Corvax-Resprite-Airlocks - type: NavMapDoor - type: DoorBolt - type: Appearance diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml index 559dca704cd..d02f307abb5 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml @@ -58,6 +58,7 @@ fuel: 10 time: 10 - type: Airlock + openUnlitVisible: true # Corvax-Resprite-Airlocks - type: NavMapDoor - type: DoorBolt - type: AccessReader