This commit is contained in:
2025-06-14 18:39:30 -04:00
parent a77f7875ad
commit db4f83dd58

View File

@@ -24,7 +24,7 @@ local function checkSteamLevel()
elseif value >= minVent and value <= maxVent then
print("Steam within vent range. Adjusting vents.")
turbine.setDumpingMode("DUMPING")
burnRateDriver.stepDown()
--burnRateDriver.stepDown()
elseif value >= min and value < minVent then
print("Steam within normal operation range.")
turbine.setDumpingMode("DUMPING")