From 9d893f51c2fa73072dea6b2f97fdd449c6fcb878 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 4 Dec 2020 16:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DGM=E6=A8=A1=E5=BC=8F=E8=AE=A1?= =?UTF-8?q?=E6=97=B6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/GM.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/modes/GM.lua b/parts/modes/GM.lua index f9609b81..17799fd2 100644 --- a/parts/modes/GM.lua +++ b/parts/modes/GM.lua @@ -23,7 +23,7 @@ return{ freshLimit=15, dropPiece=score, task=function(P) - if P.stat.frame>=53.5 then + if P.stat.frame>=53.5*60 then P.modeData.point=min(P.modeData.point+16,80) P.modeData.event=sectionName[int(P.modeData.point*.1)+1] P:win("finish")