移除两个无尽模式的评级要求,改为沙盒关卡;自定义模式不再显示在地图上(虽然之前也看不见)

This commit is contained in:
MrZ626
2020-11-13 20:18:22 +08:00
parent 78fc5bb8e5
commit 621d753a5f
6 changed files with 12 additions and 32 deletions

View File

@@ -197,6 +197,12 @@ do
R.tech_finesse2=R["tech_finesse+"]
R["tech_normal+"],R["tech_hard+"],R["tech_lunatic+"],R["tech_finesse+"]=nil
end
if R.infinite and R.infinite~=6 then
R.infinite=6
R.infinite_dig=6
fs.remove("infinite.dat")
fs.remove("infinite_dig.dat")
end
if not text.modes[STAT.lastPlay]then
STAT.lastPlay="sprint_10"
end