整理代码

This commit is contained in:
MrZ626
2021-06-25 03:42:41 +08:00
parent ee628778cf
commit 16e01e510e
13 changed files with 66 additions and 68 deletions

View File

@@ -71,11 +71,11 @@ return{
getRank=function(P)
local L=P.stat.row
return
L>=200 and 5 or
L>=170 and 4 or
L>=140 and 3 or
L>=100 and 2 or
L>=50 and 1 or
L>=20 and 0
L>=200 and 5 or
L>=170 and 4 or
L>=140 and 3 or
L>=100 and 2 or
L>=50 and 1 or
L>=20 and 0
end,
}