#200 fixes to alarm/info display

This commit is contained in:
Mikayla Fischler
2024-05-22 21:45:52 -04:00
parent b18cadb53e
commit 0e81391144
3 changed files with 18 additions and 13 deletions

View File

@@ -786,7 +786,7 @@ function iocontrol.record_unit_data(data)
if tripped(unit.alarms[ALARM.ContainmentBreach]) then
local items = {
{ text = "REACTOR EXPLOSION", color = colors.white },
{ text = "REACTOR MELTDOWN", color = colors.white },
{ text = "WEAR HAZMAT SUIT", color = colors.blue }
}