From 70729ba4c9c20076229e240c5ef1b484f6188c2c Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sat, 14 Jun 2025 19:08:34 -0400 Subject: [PATCH] adjusted vents --- coolant_driver.lua | 2 +- turbine_driver.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coolant_driver.lua b/coolant_driver.lua index 5ed3d2d..3975f08 100644 --- a/coolant_driver.lua +++ b/coolant_driver.lua @@ -1,5 +1,5 @@ local maxValue = 80 -local minValue = 60 +local minValue = 50 local minCoolant = 30 local function getValue() diff --git a/turbine_driver.lua b/turbine_driver.lua index 79ceb3b..0bcdc86 100644 --- a/turbine_driver.lua +++ b/turbine_driver.lua @@ -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.")