Fixes to TAP M-roll requirements

This commit is contained in:
Ishaan Bhardwaj
2020-11-01 11:06:43 -05:00
parent 69959ff687
commit 33b8533d8e
3 changed files with 4 additions and 3 deletions

View File

@@ -98,6 +98,7 @@ function MarathonAX4Game:onLineClear(cleared_row_count)
self:updateSectionTimes(self.lines, new_lines)
self.lines = math.min(new_lines, 150)
if self.lines == 150 then
self.grid:clear()
self.clear = true
self.roll_frames = -150
end