Fixed Xeno air alarms warning/danger sprites not showing (#41590)

Fixed Xeno air alarms (someone didn't copy paste correctly :3)
This commit is contained in:
TheFlyingSentry 2025-12-25 18:21:40 -05:00 committed by BarryNorfolk
parent 4a35a28e1b
commit be00ff32c8
3 changed files with 3 additions and 1 deletions

View File

@ -162,8 +162,10 @@
- type: Sprite
sprite: Structures/Wallmounts/air_monitors_xeno.rsi
layers:
- state: alarmp
map: ["airAlarmBase"] # TODO: fire alarm enum
- state: alarm0
map: ["airAlarmBase"] # TODO: fire alarm enum
map: ["airAlarmState"]
- state: alarmx
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Construction

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB