降低高速经典-极限的评级标准
This commit is contained in:
@@ -15,10 +15,9 @@ return{
|
||||
local L=P.stat.row
|
||||
return
|
||||
L>=15 and 5 or
|
||||
L>=12 and 4 or
|
||||
L>=9 and 3 or
|
||||
L>=6 and 2 or
|
||||
L>=3 and 1 or
|
||||
L>=1 and 0
|
||||
L>=10 and 4 or
|
||||
L>=6 and 3 or
|
||||
L>=3 and 2 or
|
||||
L>=1 and 1
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user