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

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

@@ -1264,7 +1264,7 @@ local function gameOver()--Save record
local m=M.unlock[i]
local n=MODES[m].name
if not RANKS[n]then
RANKS[n]=MODES[m].score and 0 or 6
RANKS[n]=MODES[m].getRank and 0 or 6
needSave=true
end
end