From aecae02d8ab634f8bae9fb99d774b276d153e8fb Mon Sep 17 00:00:00 2001 From: Olav Bakke Svendsen Date: Thu, 12 Oct 2023 01:02:09 +0200 Subject: [PATCH] More printing --- steam/temporary-coal-feeder.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/steam/temporary-coal-feeder.lua b/steam/temporary-coal-feeder.lua index 7984e73..76eae10 100644 --- a/steam/temporary-coal-feeder.lua +++ b/steam/temporary-coal-feeder.lua @@ -64,6 +64,7 @@ while true do print(tostring(num_barrels).." barrels and "..tostring(num_deployers).." deployers connected\n") print(num_deployers/2.." charcoal/minute needed") print(tostring(total_coal).." available\n"..str.."\n") + print("refreshes once every minute") feed(stock) os.sleep(60) end -- 2.30.2