GF update
parent
3e4466cefc
commit
2449e1747e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue