mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 13:29:02 -06:00
GF update
This commit is contained in:
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
Block a user