Minor bugfix in react

This commit is contained in:
Hadinos Sanosam 2021-01-12 01:31:53 +01:00
parent 847f26c558
commit 8db183adb9

2
react
View File

@ -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!")