mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
fix: 修复需要凹直升开局的值判断错误
This commit is contained in:
@@ -46,7 +46,7 @@ bool asst::RoguelikeDifficultySelectionTaskPlugin::_run()
|
||||
// 到第三层退出,选最高难度开水壶
|
||||
ProcessTask(*this, { theme + "@Roguelike@ChooseDifficulty_Hardest" }).run();
|
||||
// 重置为最低难度,需要凹开局直升时,保证在难度max下寻找直升干员,延后到找不到精二重置
|
||||
if (start_with_elite_two == "false") {
|
||||
if (start_with_elite_two == "0") {
|
||||
status()->set_properties(Status::RoguelikeNeedChangeDifficulty, "0");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user