update
This commit is contained in:
@@ -24,7 +24,7 @@ local function checkSteamLevel()
|
|||||||
elseif value >= minVent and value <= maxVent then
|
elseif value >= minVent and value <= maxVent then
|
||||||
print("Steam within vent range. Adjusting vents.")
|
print("Steam within vent range. Adjusting vents.")
|
||||||
turbine.setDumpingMode("DUMPING")
|
turbine.setDumpingMode("DUMPING")
|
||||||
burnRateDriver.stepDown()
|
--burnRateDriver.stepDown()
|
||||||
elseif value >= min and value < minVent then
|
elseif value >= min and value < minVent then
|
||||||
print("Steam within normal operation range.")
|
print("Steam within normal operation range.")
|
||||||
turbine.setDumpingMode("DUMPING")
|
turbine.setDumpingMode("DUMPING")
|
||||||
|
|||||||
Reference in New Issue
Block a user