两个pc练习模式添加胜利条件,不再无尽
略微降低pc练习-普通的X评级标准
This commit is contained in:
@@ -26,8 +26,12 @@ local function _check(P)
|
||||
P:lose()
|
||||
end
|
||||
else
|
||||
P:newTask(task_PC)
|
||||
if P.frameRun<180 then P.fieldBeneath=0 end
|
||||
if P.stat.pc>=60 then
|
||||
P:win('finish')
|
||||
else
|
||||
P:newTask(task_PC)
|
||||
if P.frameRun<180 then P.fieldBeneath=0 end
|
||||
end
|
||||
end
|
||||
end
|
||||
return{
|
||||
|
||||
Reference in New Issue
Block a user