整理代码

This commit is contained in:
MrZ_26
2023-09-23 04:01:55 +08:00
parent 7e8e67694d
commit 3ebc93e65c
108 changed files with 694 additions and 694 deletions

View File

@@ -20,14 +20,14 @@ return {
if L>=100 then
local T=P.stat.time
return
T<45 and 5 or
T<60 and 4 or
T<90 and 3 or
T<120 and 2 or
1
T<45 and 5 or
T<60 and 4 or
T<90 and 3 or
T<120 and 2 or
1
else
return
L>=50 and 0
L>=50 and 0
end
end,
}