降低两个PC练习模式的评级标准

This commit is contained in:
MrZ626
2020-11-14 23:29:23 +08:00
parent e995d93bb2
commit 0b8de7f94a
2 changed files with 8 additions and 8 deletions

View File

@@ -67,9 +67,9 @@ return{
getRank=function(P)
local L=P.stat.pc
return
L>=260 and 5 or
L>=126 and 4 or
L>=62 and 3 or
L>=126 and 5 or
L>=62 and 4 or
L>=42 and 3 or
L>=26 and 2 or
L>=12 and 1 or
L>=2 and 0