Minor bugfix in react
This commit is contained in:
parent
847f26c558
commit
8db183adb9
2
react
2
react
@ -84,7 +84,7 @@ do
|
|||||||
--getting refilled anymore)
|
--getting refilled anymore)
|
||||||
|
|
||||||
local deltaFuel = reactor.getFuelAmountMax() - reactor.getFuelAmount()
|
local deltaFuel = reactor.getFuelAmountMax() - reactor.getFuelAmount()
|
||||||
if (deltaFuel > 1000) --more than 1 bucket
|
if (deltaFuel > 2000) --more than 2 buckets (1 for core possibly not being full, another for waste)
|
||||||
then
|
then
|
||||||
mon.setCursorPos(1, 5)
|
mon.setCursorPos(1, 5)
|
||||||
mon.write("REFUEL!")
|
mon.write("REFUEL!")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user