修复地图点bigbang就爆炸

This commit is contained in:
MrZ626
2021-05-02 10:36:42 +08:00
parent 72524ab50f
commit 7017901594

View File

@@ -11,7 +11,7 @@ return{
PLY.newPlayer(1)
end,
score=function(P)return{P.modeData.event,P.stat.finesseRate*20/P.stat.piece}end,
scoreDisp=function(D)return("%d Stage %.2f%"):format(D[1],D[2])end,
scoreDisp=function(D)return("%d Stage %.2f%%"):format(D[1],D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]>b[2]end,
getRank=function(P)
local W=P.modeData.event