mirror of
https://github.com/LDDestroier/CC/
synced 2025-05-03 23:44:06 +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
|
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" )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user