凹直升模式

This commit is contained in:
Lancarus
2023-09-25 23:01:38 +08:00
parent dff734f961
commit de8b60e283

View File

@@ -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;
}