Core mode rebalancing

This commit is contained in:
Ishaan Bhardwaj
2020-12-01 11:56:28 -05:00
parent 10f032b49b
commit d956647678
2 changed files with 15 additions and 7 deletions

View File

@@ -255,7 +255,7 @@ PhantomMania2Game.garbageOpacityFunction = function(age)
end
function PhantomMania2Game:drawGrid()
if not (self.game_over or (self.clear and self.level < 1300)) then
if not (self.game_over) then
self.grid:drawInvisible(self.rollOpacityFunction, self.garbageOpacityFunction)
else
self.grid:draw()