REAALLY Whoops
authorOlav Bakke Svendsen <mail@olavbs.no>
Wed, 11 Oct 2023 23:03:49 +0000 (01:03 +0200)
committerOlav Bakke Svendsen <mail@olavbs.no>
Wed, 11 Oct 2023 23:03:49 +0000 (01:03 +0200)
steam/temporary-coal-feeder.lua

index 837dc18d4b48e08a4f0941ae2673e153ff1d7211..4a0fdb0f37333c200379e9d9b41981b03795ebff 100644 (file)
@@ -62,7 +62,7 @@ while true do
   term.clear()
   term.setCursorPos(1,1)
   print(tostring(num_barrels).." barrels and "..tostring(num_deployers).." deployers connected\n")
-  print(torsting(num_deployers/2).." charcoal/minute needed")
+  print(tostring(num_deployers/2).." charcoal/minute needed")
   print(tostring(total_coal).." available\n"..str.."\n")
   print("refreshes once every minute")
   feed(stock)