Fixed T-floorkick behavior in Ti/ACE ARS
This commit is contained in:
@@ -34,6 +34,9 @@ function ARS:onPieceRotate(piece, grid)
|
||||
end
|
||||
if piece.floorkick >= 1 then
|
||||
piece.floorkick = piece.floorkick + 1
|
||||
if piece:isDropBlocked(grid) then
|
||||
piece.locked = true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user