perf.自动战斗,若oper为空,则不选人

This commit is contained in:
MistEO
2022-04-03 01:17:28 +08:00
parent 180ce9266e
commit 439fd655d7
2 changed files with 16 additions and 11 deletions

View File

@@ -16,12 +16,16 @@ bool asst::BattleFormationTask::_run()
if (!battle.contains_actions(m_stage_name)) {
return false;
}
m_groups = battle.get_actions(m_stage_name).groups;
if (m_groups.empty()) {
return true;
}
if (!enter_selection_page()) {
return false;
}
m_groups = battle.get_actions(m_stage_name).groups;
// TODO: 需要加一个滑到头了的检测
while (true) {
select_opers_in_cur_page();