修复100攻击模式打到40就算成绩
This commit is contained in:
@@ -8,7 +8,7 @@ return {
|
|||||||
scoreDisp=function(D) return D[1].." Attack "..STRING.time(D[2]) end,
|
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,
|
comp=function(a,b) return a[1]>b[1] or a[1]==b[1] and a[2]<b[2] end,
|
||||||
getRank=function(P)
|
getRank=function(P)
|
||||||
if P.stat.atk<40 then return end
|
if P.stat.atk<100 then return end
|
||||||
local T=P.stat.time
|
local T=P.stat.time
|
||||||
return
|
return
|
||||||
T<40 and 5 or
|
T<40 and 5 or
|
||||||
|
|||||||
Reference in New Issue
Block a user