From 4e8a237de3d6c08b47c71d675309f093d5b0b399 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj <59454579+SashLilac@users.noreply.github.com> Date: Thu, 8 Oct 2020 20:35:40 -0400 Subject: [PATCH] TA GM requirements updated --- 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 d1f8d62..c23d856 100644 --- a/tetris/modes/marathon_a2.lua +++ b/tetris/modes/marathon_a2.lua @@ -273,7 +273,7 @@ function MarathonA2Game:qualifiesForMRoll() return false end end - if self.grade < 17 or self.frames > frameTime(8,45) then + if self.grade < 17 or self.frames > frameTime(9,30) then return false end return true