Remove dig

This commit is contained in:
Dominic Zimmer 2020-07-07 18:36:48 +02:00
parent a86af0d0fe
commit 620ffc7ace

View File

@ -675,10 +675,10 @@ function turtleAI2()
goToUnloading()
unloadStuffs()
reportDuty2()
moveSafe(turtle.down, turtle.inspectDown, turtle.digDown)
moveSafe(turtle.down, turtle.inspectDown, turtle.digDown)
moveSafe(turtle.down, turtle.inspectDown, turtle.digDown)
moveSafe(turtle.down, turtle.inspectDown, turtle.digDown)
moveSafe(turtle.down, turtle.inspectDown, noop)
moveSafe(turtle.down, turtle.inspectDown, noop)
moveSafe(turtle.down, turtle.inspectDown, noop)
moveSafe(turtle.down, turtle.inspectDown, noop)
turtle.turnLeft()
end
end