Ti-ARS autolock fix

This commit is contained in:
Ishaan Bhardwaj 2021-02-16 16:19:51 -05:00
parent 66ab5992ad
commit 6e22e3d15b

View File

@ -96,6 +96,9 @@ end
function ARS:onPieceRotate(piece, grid)
if piece.floorkick >= 1 then
piece.floorkick = piece.floorkick + 1
if piece:isDropBlocked(grid) then
piece.locked = true
end
end
end