updated
This commit is contained in:
@@ -27,7 +27,7 @@ local function checkSteamLevel()
|
||||
--burnRateDriver.stepDown()
|
||||
elseif value >= min and value < minVent then
|
||||
print("Steam within normal operation range.")
|
||||
turbine.setDumpingMode("DUMPING")
|
||||
turbine.setDumpingMode("IDLE")
|
||||
--burnRateDriver.stepDown()
|
||||
elseif value < min then
|
||||
print("Warning: Steam below minimum! Taking action.")
|
||||
|
||||
Reference in New Issue
Block a user