修复100攻击模式打到40就算成绩

This commit is contained in:
MrZ_26
2022-10-29 15:55:53 +08:00
parent 78223334ee
commit 749806e553

View File

@@ -8,7 +8,7 @@ return {
scoreDisp=function(D) return D[1].." Attack "..STRING.time(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)
if P.stat.atk<40 then return end
if P.stat.atk<100 then return end
local T=P.stat.time
return
T<40 and 5 or