You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tetris Attack Bot.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@ local function pickRandomMove(player)
334
334
rightMoveable=isMoveable(x+1, y, player);
335
335
336
336
timeout=timeout+1;
337
-
until (currentColumnHeight==maxColumnHeightormath.random(1,2) ==1) and (leftMoveableandrightMoveableand (left~=0x00orright~=0x00) andleft~=right) ortimeout>100;
337
+
until (currentColumnHeight==maxColumnHeightormath.random(1,2) ==1) and (leftMoveableandrightMoveableand (left~=0x00orright~=0x00) andleft~=right) ortimeout>100;
0 commit comments