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