diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml index b811d0f6673..c33b46db029 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml @@ -21,6 +21,11 @@ shader: unshaded map: ["enum.DoorVisualLayers.BaseUnlit"] visible: false + # BACKMEN EDIT START + - state: closed_unlit + shader: unshaded + map: [ "enum.PowerDeviceVisualLayers.Powered" ] + # BACKMEN EDIT END - state: welded map: ["enum.WeldableLayers.BaseWelded"] - state: bolted_unlit @@ -89,6 +94,12 @@ enum.ElectrifiedLayers.Sparks: True: { visible: True } False: { visible: False } +# BACKMEN EDIT START + enum.PowerDeviceVisuals.Powered: + enum.PowerDeviceVisualLayers.Powered: + True: { visible: true } + False: { visible: false } +# BACKMEN EDIT END - type: WiresVisuals - type: ElectrocutionHUDVisuals - type: ApcPowerReceiver