1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-05-03 23:44:06 +00:00

Update cubedig.lua

This commit is contained in:
LDDestroier 2019-04-24 22:53:31 -04:00 committed by GitHub
parent 3d4e9915fd
commit c997faf005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,14 +73,14 @@ local turn = function(dir, doDig, left, check, right)
if dir then if dir then
move( "right" ) move( "right" )
if doDig then if doDig then
UDig( left, check, right ) UDdig( left, check, right )
move( "forward" ) move( "forward" )
end end
move( "right" ) move( "right" )
else else
move( "left" ) move( "left" )
if doDig then if doDig then
UDig( left, check, right ) UDdig( left, check, right )
move( "forward" ) move( "forward" )
end end
move( "left" ) move( "left" )