Hotfix for last

This commit is contained in:
Ishaan Bhardwaj 2020-11-02 16:20:22 -05:00
parent febb5d546c
commit 9224f271b1

View File

@ -139,7 +139,7 @@ function MarathonA1Game:onLineClear(cleared_row_count)
local new_level = math.min(self.level + cleared_row_count, 999) local new_level = math.min(self.level + cleared_row_count, 999)
if new_level == 999 then if new_level == 999 then
self.clear = true self.clear = true
else end
self.level = new_level self.level = new_level
end end
end end