fix: add delay after selecting clue

This commit is contained in:
Constrat
2024-08-23 22:34:21 +02:00
parent 5470c313e2
commit f7d9856c85
2 changed files with 3 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ bool asst::InfrastReceptionTask::proc_clue_vacancy()
}
sort_by_horizontal_(*clue_result_opt);
ctrler()->click(clue_result_opt->back().rect);
delay = Task.get("InfrastClue")->post_delay;
sleep(delay);
}
return true;