This commit is contained in:
2025-06-14 17:22:00 -04:00
parent 4a29e59d52
commit 7141326709

View File

@@ -1,10 +1,10 @@
local max = 15
local init = 5
local init = 3
local rateStep = 0.10
local min = 1
local function getValue()
return reactor.getBurnRate()
return reactor.getBurnRate() or init
end
local function color()