BONKERS handles rotate reset correctly now

This commit is contained in:
Ishaan Bhardwaj
2021-01-29 21:15:15 -05:00
parent 08287f4b04
commit 5b0d83b51c
2 changed files with 7 additions and 4 deletions

View File

@@ -133,7 +133,6 @@ function BONKERS:attemptWallkicks(piece, new_piece, rot_dir, grid)
if grid:canPlacePiece(kicked_piece) then
piece:setRelativeRotation(rot_dir)
piece:setOffset(offset)
piece.lock_delay = 0 -- rotate reset
return
end
end