updated params

This commit is contained in:
2025-06-15 21:21:47 -04:00
parent 689fccd33f
commit 7734f2b354
4 changed files with 32 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
local maxValue = 80
local minValue = 50
local minCoolant = 30
local maxValue = 100
local minValue = 20
local minCoolant = 10
local function getValue()
return (reactor.getCoolantFilledPercentage() or 1) * 100