mirror of
https://github.com/LDDestroier/CC/
synced 2024-12-13 03:30:28 +00:00
Update cubedig.lua
This commit is contained in:
parent
3d4e9915fd
commit
c997faf005
@ -73,14 +73,14 @@ local turn = function(dir, doDig, left, check, right)
|
||||
if dir then
|
||||
move( "right" )
|
||||
if doDig then
|
||||
UDig( left, check, right )
|
||||
UDdig( left, check, right )
|
||||
move( "forward" )
|
||||
end
|
||||
move( "right" )
|
||||
else
|
||||
move( "left" )
|
||||
if doDig then
|
||||
UDig( left, check, right )
|
||||
UDdig( left, check, right )
|
||||
move( "forward" )
|
||||
end
|
||||
move( "left" )
|
||||
|
Loading…
Reference in New Issue
Block a user