Update craftCrystal.lua

This commit is contained in:
erius0 2021-01-05 16:49:08 +03:00 committed by GitHub
parent 48fbfa4f97
commit 1cb2e054da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,6 @@ while true do
flag = false
end
robot.suckDown()
robot.drop()
robot.drop(sides.front)
end
end