mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-21 14:59:02 -06:00
Merge pull request #81 from Tetro48/std-rs-lockpatch
Patch standard.lua to prevent midair lock
This commit is contained in:
commit
d0fdaf30ab
@ -93,6 +93,8 @@ function SRS:onPieceMove(piece, grid)
|
||||
if piece.manipulations >= SRS.MANIPULATIONS_MAX then
|
||||
piece.locked = true
|
||||
end
|
||||
else
|
||||
piece.locked = false
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user