Fixed safelock behavior on modes that needed it.

This commit is contained in:
Ishaan Bhardwaj
2020-11-09 23:16:28 -05:00
parent b27ef0e9f4
commit c614e9c4cd
4 changed files with 5 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ function MarathonA2Game:onLineClear(cleared_row_count)
self.grid:clear()
self.roll_frames = -150
end
if self.level >= 900 then self.lock_drop = true end
end
function MarathonA2Game:updateScore(level, drop_bonus, cleared_lines)