update
This commit is contained in:
@@ -21,17 +21,17 @@ local function watch()
|
||||
end
|
||||
|
||||
function stepUp()
|
||||
local value = getValue()
|
||||
if value < max then
|
||||
reactor.setBurnRate(value + rateStep)
|
||||
end
|
||||
-- local value = getValue()
|
||||
-- if value < max then
|
||||
-- reactor.setBurnRate(value + rateStep)
|
||||
-- end
|
||||
end
|
||||
|
||||
function stepDown()
|
||||
local value = getValue()
|
||||
if value > min then
|
||||
reactor.setBurnRate(value - rateStep)
|
||||
end
|
||||
-- local value = getValue()
|
||||
-- if value > min then
|
||||
-- reactor.setBurnRate(value - rateStep)
|
||||
-- end
|
||||
end
|
||||
|
||||
local function report()
|
||||
|
||||
Reference in New Issue
Block a user