From 818743fe779ddbc2f65d4267e2d745011ff0533f Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Sun, 10 Jan 2021 16:31:48 -0500 Subject: [PATCH] No "RANDOM PIECES ACTIVE!" on Sakura for pentos --- tetris/modes/sakura.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tetris/modes/sakura.lua b/tetris/modes/sakura.lua index 4f6c4d6..6ad4c57 100644 --- a/tetris/modes/sakura.lua +++ b/tetris/modes/sakura.lua @@ -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