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:
parent
4a35a28e1b
commit
be00ff32c8
|
|
@ -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 |
Loading…
Reference in New Issue