mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-21 20:59:03 -06:00
Patch standard.lua to prevent midair lock
This commit is contained in:
parent
7c3cf0b1bd
commit
8062f6e3fa
@ -93,6 +93,8 @@ function SRS:onPieceMove(piece, grid)
|
|||||||
if piece.manipulations >= SRS.MANIPULATIONS_MAX then
|
if piece.manipulations >= SRS.MANIPULATIONS_MAX then
|
||||||
piece.locked = true
|
piece.locked = true
|
||||||
end
|
end
|
||||||
|
else
|
||||||
|
piece.locked = false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user