#452 enable emergency coolant on boiler water level low when reactor can't cool

This commit is contained in:
Mikayla Fischler
2024-03-29 18:31:17 -04:00
parent bea7b91ff1
commit 03d2b3f087
2 changed files with 37 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.3.2"
local SUPERVISOR_VERSION = "v1.3.3"
local println = util.println
local println_ts = util.println_ts