调低竞速模式部分评价要求,科研模式通关条件改为100攻击(原200)

This commit is contained in:
MrZ626
2021-04-19 15:23:02 +08:00
parent f12e4128e6
commit 65da7fdfbd
13 changed files with 20 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ local function tech_check_hard(P)
return
end
end
if P.stat.atk>=200 then
if P.stat.atk>=100 then
P:win("finish")
end
end