Decouple the lamp from the base air alarm sprite. (#37950)

a touch of verin here and a sprinkle of verin there
This commit is contained in:
Kyle Tyo
2025-05-30 19:37:51 -04:00
committed by GitHub
parent cf9aa579ad
commit 85636335ec
4 changed files with 7 additions and 6 deletions

View File

@@ -42,13 +42,12 @@
- GasVent
- GasScrubber
- type: AtmosAlarmableVisuals
layerMap: "airAlarmBase"
layerMap: "airAlarmState"
alarmStates:
Normal: alarm0
Warning: alarm2
Danger: alarm1
setOnDepowered:
airAlarmBase: alarmp
Warning: alarm1
Danger: alarm2
hideOnDepowered: [ "airAlarmState" ]
- type: Tag
tags:
- AirAlarm
@@ -81,8 +80,10 @@
- type: Sprite
sprite: Structures/Wallmounts/air_monitors.rsi
layers:
- state: alarmp
map: ["airAlarmBase"]
- state: alarm0
map: ["airAlarmBase"] # TODO: fire alarm enum
map: ["airAlarmState"] # TODO: fire alarm enum
- state: alarmx
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Transform

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB