diff options
-rw-r--r-- | hole.lua | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -37,4 +37,10 @@ while true do laser.fire(yaw,pitch,4) end end + if #targets == 0 then + for i = 1,5 do + if turtle.detectDown() then break end + assert(turtle.down()) + end + end end |