mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 12:59:02 -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
|
||||
|
||||
function MizuRS:onPieceRotate(piece, grid)
|
||||
self:checkNewLow(piece)
|
||||
if piece:isDropBlocked(grid) then
|
||||
piece.lock_delay = math.max((piece.lock_delay - piece.ldincrease), 0)
|
||||
piece.ldincrease = piece.ldincrease - 1
|
||||
|
Loading…
Reference in New Issue
Block a user