降低两个无尽模式评分要求

This commit is contained in:
MrZ626
2020-10-26 08:55:40 +08:00
parent cc4b9b3b91
commit 68c8ce48bb
2 changed files with 6 additions and 6 deletions

View File

@@ -57,8 +57,8 @@ return{
getRank=function(P)
local L=P.stat.dig
return
L>=626 and 5 or
L>=400 and 4 or
L>=400 and 5 or
L>=300 and 4 or
L>=200 and 3 or
L>=100 and 2 or
L>=40 and 1 or