chore.完成WD-EX8-突袭作业,优化一些小问题

This commit is contained in:
MistEO
2022-03-30 00:46:16 +08:00
parent 9fc21cc4f2
commit 4a0616c7d7
9 changed files with 223 additions and 12 deletions

View File

@@ -398,7 +398,10 @@ bool asst::BattleProcessTask::use_skill(const BattleAction& action)
Point pos = iter->second.pos;
m_ctrler->click(pos);
return ProcessTask(*this, { "BattleSkillReadyOnClick" }).set_retry_times(10000).run();
return ProcessTask(*this, { "BattleSkillReadyOnClick" })
.set_task_delay(0)
.set_retry_times(10000)
.run();
}
void asst::BattleProcessTask::try_possible_skill(const cv::Mat& image)