This commit is contained in:
2025-04-09 19:09:36 +02:00
commit f8861e0ffd
3 changed files with 23 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
if (storage.NotFull) then
mine(world.FindOre("Coal"))
else
drive(base.Location())
deposit(storage, base)
end