Update ck.lua

pull/1/head
Ishaan Bhardwaj 2020-11-12 14:40:30 -05:00 committed by GitHub
parent e8e303ddc2
commit fe302a67e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ function SurvivalCKGame:advanceBottomRow(dx)
end
function SurvivalCKGame:drawGrid()
if not (self.completed or self.game_over)
if not (self.completed or self.game_over) then
if self.level >= 1500 and self.level < 1600 then
self.grid:drawInvisible(self.rollOpacityFunction1)
elseif self.level >= 1600 and self.level < 1700 then