projects
/
cc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76f8ce5
)
More printing
author
Olav Bakke Svendsen
<mail@olavbs.no>
Wed, 11 Oct 2023 23:02:09 +0000
(
01:02
+0200)
committer
Olav Bakke Svendsen
<mail@olavbs.no>
Wed, 11 Oct 2023 23:02:09 +0000
(
01:02
+0200)
steam/temporary-coal-feeder.lua
patch
|
blob
|
history
diff --git
a/steam/temporary-coal-feeder.lua
b/steam/temporary-coal-feeder.lua
index 7984e73e39b79bc58f5196aa1b45c54c64ad5a26..76eae109b0ce656b30a34e873b625ffb936b0254 100644
(file)
--- 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