Compare commits

...

2 Commits

Author SHA1 Message Date
Ishaan Bhardwaj d0fdaf30ab
Merge pull request #81 from Tetro48/std-rs-lockpatch
Patch standard.lua to prevent midair lock
2023-10-19 04:27:06 -04:00
Aymir Dmitrievich Danilov 8062f6e3fa
Patch standard.lua to prevent midair lock 2023-10-19 14:33:25 +07:00
1 changed files with 2 additions and 0 deletions

View File

@ -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