GF update

pull/4/head
Ishaan Bhardwaj 2021-02-15 12:20:16 -05:00
parent 3e4466cefc
commit 2449e1747e
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ function MarathonGFGame:updateScore(level, drop_bonus, cleared_lines)
end end
function MarathonGFGame:onPieceLock(piece, cleared_row_count) function MarathonGFGame:onPieceLock(piece, cleared_row_count)
self.super:onPieceLock() GameMode:onPieceLock()
if self.grid:checkForBravo(cleared_row_count) then if self.grid:checkForBravo(cleared_row_count) then
self.message = "ALL CLEAR!" self.message = "ALL CLEAR!"
elseif piece.spin then elseif piece.spin then