mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 15:09:02 -06:00
Update ck.lua
This commit is contained in:
parent
e8e303ddc2
commit
fe302a67e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user