From: Olav Bakke Svendsen Date: Wed, 11 Oct 2023 23:02:09 +0000 (+0200) Subject: More printing X-Git-Tag: stable-steam~30 X-Git-Url: http://git.olavbs.no/?a=commitdiff_plain;h=aecae02d8ab634f8bae9fb99d774b276d153e8fb;p=cc.git More printing --- 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