Add files via upload
This commit is contained in:
+1
-4
@@ -134,7 +134,7 @@ function reactorControl()
|
|||||||
end
|
end
|
||||||
|
|
||||||
if ri.status == "warming_up" and activateOnCharge == true then
|
if ri.status == "warming_up" and activateOnCharge == true then
|
||||||
reactor.activateOnCharge()
|
reactor.activateReactor()
|
||||||
end
|
end
|
||||||
|
|
||||||
if ri.status == "running" then
|
if ri.status == "running" then
|
||||||
@@ -270,7 +270,6 @@ function outputMenu()
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
function buttonMain()
|
function buttonMain()
|
||||||
|
|
||||||
mon.clear()
|
mon.clear()
|
||||||
@@ -288,8 +287,6 @@ function buttonMain()
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function reactorInfoScreen()
|
function reactorInfoScreen()
|
||||||
|
|
||||||
reset()
|
reset()
|
||||||
|
|||||||
Reference in New Issue
Block a user