From 3085b765e5b325cca451c04b3d810d5064c29b16 Mon Sep 17 00:00:00 2001 From: Kirby703 <14858059+Kirby703@users.noreply.github.com> Date: Wed, 3 Nov 2021 17:31:04 -0400 Subject: [PATCH] fix roll 3694 -> 3701 frames --- tetris/modes/marathon_a2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tetris/modes/marathon_a2.lua b/tetris/modes/marathon_a2.lua index 7d45f49..cddd55d 100644 --- a/tetris/modes/marathon_a2.lua +++ b/tetris/modes/marathon_a2.lua @@ -112,7 +112,7 @@ function MarathonA2Game:advanceOneFrame() if self.clear then self.roll_frames = self.roll_frames + 1 if self.roll_frames < 0 then return false end - if self.roll_frames > 3694 then + if self.roll_frames > 3701 then self.completed = true if self.grade == 32 then self.grade = 33