Potential fix for bag not working

pull/1/head
Ishaan Bhardwaj 2020-10-05 22:33:57 -04:00
parent f1ad1f0ea4
commit 634a5bc03b
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ function KonohaGame:onLineClear(cleared_row_count)
elseif self.level < 1000 then
self.time_limit = self.time_limit + non_bravo_bonus[cleared_row_count / 2]
end
if self.bravos >= 11 then self.randomizer = Bag5Randomizer() end
if self.bravos == 11 then self.randomizer = Bag5Randomizer() end
end
function KonohaGame:getBackground()