两个pc练习模式添加胜利条件,不再无尽
略微降低pc练习-普通的X评级标准
This commit is contained in:
@@ -15,7 +15,7 @@ return{
|
||||
getRank=function(P)
|
||||
local L=P.stat.pc
|
||||
return
|
||||
L>=62 and 5 or
|
||||
L>=60 and 5 or
|
||||
L>=42 and 4 or
|
||||
L>=26 and 3 or
|
||||
L>=18 and 2 or
|
||||
|
||||
Reference in New Issue
Block a user