mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 17:19:01 -06:00
Fixed a bug with Mizu RS
This commit is contained in:
parent
c896bdfdd1
commit
21beb5e3c0
@ -140,6 +140,7 @@ function MizuRS:onPieceMove(piece, grid)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function MizuRS:onPieceRotate(piece, grid)
|
function MizuRS:onPieceRotate(piece, grid)
|
||||||
|
self:checkNewLow(piece)
|
||||||
if piece:isDropBlocked(grid) then
|
if piece:isDropBlocked(grid) then
|
||||||
piece.lock_delay = math.max((piece.lock_delay - piece.ldincrease), 0)
|
piece.lock_delay = math.max((piece.lock_delay - piece.ldincrease), 0)
|
||||||
piece.ldincrease = piece.ldincrease - 1
|
piece.ldincrease = piece.ldincrease - 1
|
||||||
|
Loading…
Reference in New Issue
Block a user