0.8.8
This commit is contained in:
@@ -59,6 +59,7 @@ return{
|
||||
freshLimit=15,
|
||||
bg="game2",bgm="secret7th",
|
||||
},
|
||||
slowmark=true,
|
||||
load=function()
|
||||
newPlayer(1,340,15)
|
||||
end,
|
||||
@@ -74,12 +75,12 @@ return{
|
||||
return a[1]>b[1]or(a[1]==b[1]and(a[2]<b[2]or a[2]==b[2]and a[3]<b[3]))
|
||||
end,
|
||||
getRank=function(P)
|
||||
local L=P.stat.row
|
||||
local L=P.stat.techrash
|
||||
local S=P.modeData.point
|
||||
if S==500 then
|
||||
return
|
||||
L<=260 and 5 or
|
||||
L<=320 and 4 or
|
||||
L>=30 and 5 or
|
||||
L>=25 and 4 or
|
||||
3
|
||||
else
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user