Fix rank display bug in Construct modes
This commit is contained in:
@@ -6,7 +6,7 @@ return {
|
||||
eventSet='construct_invsg',
|
||||
bg='bg2',bgm='race',
|
||||
},
|
||||
score=function(P) return {P.modeData.rankPts,P.stat.piece} end,
|
||||
score=function(P) return {P.modeData.maxRankPts,P.stat.piece} end,
|
||||
scoreDisp=function(D) return getConstructGradeText(D[1]).." "..D[2].." Pieces" end,
|
||||
comp=function(a,b) return a[1]>b[1] or a[1]==b[1] and a[2]<b[2] end,
|
||||
getRank=function(P)
|
||||
|
||||
Reference in New Issue
Block a user