Fix rotation kicks and hope it works

This commit is contained in:
SweetSea
2024-10-27 14:45:27 +07:00
parent af659a69fe
commit d3b63569dc
4 changed files with 34 additions and 31 deletions

View File

@@ -81,6 +81,7 @@ function Grid:getClearedRowCount()
table.insert(cleared_row_table, row)
end
end
if BIG_MODE or PENTO_MODE then count = count * 0.5 end
return count, cleared_row_table
end