mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 17:19:02 -06:00
Potential fix for bag not working
This commit is contained in:
parent
f1ad1f0ea4
commit
634a5bc03b
@ -136,7 +136,7 @@ function KonohaGame:onLineClear(cleared_row_count)
|
|||||||
elseif self.level < 1000 then
|
elseif self.level < 1000 then
|
||||||
self.time_limit = self.time_limit + non_bravo_bonus[cleared_row_count / 2]
|
self.time_limit = self.time_limit + non_bravo_bonus[cleared_row_count / 2]
|
||||||
end
|
end
|
||||||
if self.bravos >= 11 then self.randomizer = Bag5Randomizer() end
|
if self.bravos == 11 then self.randomizer = Bag5Randomizer() end
|
||||||
end
|
end
|
||||||
|
|
||||||
function KonohaGame:getBackground()
|
function KonohaGame:getBackground()
|
||||||
|
Loading…
Reference in New Issue
Block a user