diff --git a/modes/marathon_hard.lua b/modes/marathon_hard.lua index a2f039fe..4d3ec1a6 100644 --- a/modes/marathon_hard.lua +++ b/modes/marathon_hard.lua @@ -42,7 +42,7 @@ return{ if L>=200 then local T=P.stat.time return - T<=200 and 5 or + T<=230 and 5 or T<=270 and 4 or 3 else diff --git a/modes/marathon_normal.lua b/modes/marathon_normal.lua index 2b90d802..63df366a 100644 --- a/modes/marathon_normal.lua +++ b/modes/marathon_normal.lua @@ -41,8 +41,8 @@ return{ if L>=200 then local T=P.stat.time return - T<=226 and 5 or - T<=262 and 4 or + T<=230 and 5 or + T<=270 and 4 or 3 else return