Update
This commit is contained in:
parent
77655f151e
commit
4d5f826e63
@ -242,6 +242,7 @@ function enqueueTurtle()
|
|||||||
if not status then
|
if not status then
|
||||||
if turtle.down() then
|
if turtle.down() then
|
||||||
break -- we moved in line
|
break -- we moved in line
|
||||||
|
end
|
||||||
else
|
else
|
||||||
if turtle.forward() then
|
if turtle.forward() then
|
||||||
-- pass, thats ok
|
-- pass, thats ok
|
||||||
@ -256,7 +257,6 @@ function enqueueTurtle()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
-- we moved into line
|
-- we moved into line
|
||||||
turtle.turnLeft()
|
turtle.turnLeft()
|
||||||
turtle.turnLeft()
|
turtle.turnLeft()
|
||||||
|
Loading…
Reference in New Issue
Block a user