From 447c0cdf8d191ebadbdd53754fc2d8f4e9151cb1 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 6 Dec 2020 20:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E7=BA=A7=E6=A0=87=E5=87=86=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/marathon_hard.lua | 4 ++-- parts/modes/marathon_normal.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/parts/modes/marathon_hard.lua b/parts/modes/marathon_hard.lua index e6070edd..c167b1cc 100644 --- a/parts/modes/marathon_hard.lua +++ b/parts/modes/marathon_hard.lua @@ -44,8 +44,8 @@ return{ if L>=200 then local T=P.stat.frame/60 return - T<=230 and 5 or - T<=270 and 4 or + T<=240 and 5 or + T<=360 and 4 or 3 else return diff --git a/parts/modes/marathon_normal.lua b/parts/modes/marathon_normal.lua index b9071f9b..6db1af43 100644 --- a/parts/modes/marathon_normal.lua +++ b/parts/modes/marathon_normal.lua @@ -41,8 +41,8 @@ return{ if L>=200 then local T=P.stat.frame/60 return - T<=230 and 5 or - T<=270 and 4 or + T<=240 and 5 or + T<=360 and 4 or 3 else return