updated
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user