mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
凹直升模式
This commit is contained in:
@@ -466,8 +466,6 @@ bool asst::RoguelikeRecruitTaskPlugin::recruit_appointed_char(const std::string&
|
||||
if (start_with_elite_two == "1" && recent_difficulty == "max") {
|
||||
if (it->elite == 2) {
|
||||
m_task_ptr->set_enable(false);
|
||||
ProcessTask(*this, { "Roguelike@Exit" }).set_times_limit("Roguelike@StartExplore", 0).run();
|
||||
ProcessTask(*this, { "Roguelike@StartExplore" }).run();
|
||||
}
|
||||
else {
|
||||
std::string theme = status()->get_properties(Status::RoguelikeTheme).value();
|
||||
@@ -479,13 +477,7 @@ bool asst::RoguelikeRecruitTaskPlugin::recruit_appointed_char(const std::string&
|
||||
}
|
||||
}
|
||||
else {
|
||||
std::string theme = status()->get_properties(Status::RoguelikeTheme).value();
|
||||
Log.debug("假设这里找到精二了直接退出并停止");
|
||||
m_task_ptr->set_enable(false);
|
||||
ProcessTask(*this, { "Roguelike@Exit" })
|
||||
.run();
|
||||
|
||||
//select_oper(*it);
|
||||
select_oper(*it);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user