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