No "RANDOM PIECES ACTIVE!" on Sakura for pentos

pull/13/head
Ishaan Bhardwaj 2021-01-10 16:31:48 -05:00
parent f22424d671
commit 818743fe77
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ function SakuraGame:drawScoringInfo()
if effects[self.current_map] then
love.graphics.printf("EFFECT: " .. effects[self.current_map], 240, 300, 160, "left")
end
if self.randomizer.history then
if self.used_randomizer.history then
love.graphics.printf("RANDOM PIECES ACTIVE!", 240, 150, 200, "left")
end