From dc764b91776c8c1a09493ba3cc338e91d20b9e36 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Sun, 7 Mar 2021 15:52:55 -0500 Subject: [PATCH] Fixed the timer in Sakura to be the correct value --- 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 a382422..f26b4f7 100644 --- a/tetris/modes/sakura.lua +++ b/tetris/modes/sakura.lua @@ -275,7 +275,7 @@ function SakuraGame:new(secret_inputs) ) self.current_map = 1 - self.time_limit = 3660 + self.time_limit = 10800 self.cleared_frames = STAGE_TRANSITION_TIME self.stage_frames = 0 self.time_extend = 0