Update skeletonFarm.lua

This commit is contained in:
erius0 2021-05-14 23:16:16 +03:00 committed by GitHub
parent 06c8afa39e
commit 21e4cbc943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ function farmSkeletons()
robot.swingDown() robot.swingDown()
end end
magnet.suck() magnet.suck()
for i = 1, 8 do for i = 1, 16 do
robot.select(i) robot.select(i)
robot.drop() robot.drop()
end end