From 5b8e9586bd925ff2a79c5ede8350441ea421d8a8 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Thu, 7 Jan 2021 19:59:11 -0500 Subject: [PATCH] Sakura bugfixes --- tetris/modes/sakura.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tetris/modes/sakura.lua b/tetris/modes/sakura.lua index 5ae29e8..4f6c4d6 100644 --- a/tetris/modes/sakura.lua +++ b/tetris/modes/sakura.lua @@ -274,7 +274,7 @@ function SakuraGame:new(secret_inputs) ) and History6RollsRandomizer() or SakuraRandomizer() ) - self.current_map = 16 + self.current_map = 1 self.time_limit = 10800 self.cleared_frames = STAGE_TRANSITION_TIME self.stage_frames = 0 @@ -502,7 +502,8 @@ function SakuraGame:drawScoringInfo() (self.time_limit % 4 < 2 and self.time_limit <= frameTime(0,10) and self.grid:hasGemBlocks() and - self.time_limit ~= 0) and + self.time_limit ~= 0 and + self.ready_frames == 0) and { 1, 0.3, 0.3, 1 } or { 1, 1, 1, 1 } )