adjusted vents
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
local maxValue = 80
|
||||
local minValue = 60
|
||||
local minValue = 50
|
||||
local minCoolant = 30
|
||||
|
||||
local function getValue()
|
||||
|
||||
@@ -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