mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
@@ -340,6 +340,9 @@ bool asst::BattleFormationTask::select_opers_in_cur_page(std::vector<OperGroup>&
|
||||
ctrler()->click(res.rect);
|
||||
sleep(delay);
|
||||
if (1 <= skill && skill <= 3) {
|
||||
if (skill == 3) {
|
||||
ProcessTask(*this, { "BattleQuickFormationSkill-SwipeToTheDown" }).run();
|
||||
}
|
||||
ctrler()->click(SkillRectArray.at(skill - 1ULL));
|
||||
sleep(delay);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user