SUPER302 has been changed to not work in big mode

pull/4/head
Ishaan Bhardwaj 2021-02-01 15:53:21 -05:00
parent 4e66a608bf
commit 3a6e12d12e
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ BONKERS.colourscheme = {
} }
function BONKERS:attemptWallkicks(piece, new_piece, rot_dir, grid) function BONKERS:attemptWallkicks(piece, new_piece, rot_dir, grid)
if piece.big then return end
unfilled_block_offsets = {} unfilled_block_offsets = {}
for y = 4, grid.height - 1 do for y = 4, grid.height - 1 do
for x = 0, 9 do for x = 0, 9 do