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 max = 15
local init = 5 local init = 3
local rateStep = 0.10 local rateStep = 0.10
local min = 1 local min = 1
local function getValue() local function getValue()
return reactor.getBurnRate() return reactor.getBurnRate() or init
end end
local function color() local function color()