mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 修复自定义基建不使用无人机的问题
This commit is contained in:
@@ -96,10 +96,6 @@ bool asst::InfrastProductionTask::shift_facility_list()
|
||||
}
|
||||
}
|
||||
|
||||
if (m_is_custom && current_room_config().skip) {
|
||||
Log.info("skip this room");
|
||||
continue;
|
||||
}
|
||||
// 最近总是出现设施没选中,导致干员放错房间,多点一次,观察一段时间。最好是改为图像识别是几号。
|
||||
sleep(tab_task_ptr->pre_delay);
|
||||
ctrler()->click(tab);
|
||||
@@ -156,6 +152,11 @@ bool asst::InfrastProductionTask::shift_facility_list()
|
||||
use_drone();
|
||||
}
|
||||
|
||||
if (m_is_custom && current_room_config().skip) {
|
||||
Log.info("skip this room");
|
||||
continue;
|
||||
}
|
||||
|
||||
/* 进入干员选择页面 */
|
||||
ctrler()->click(add_button);
|
||||
sleep(add_task_ptr->post_delay);
|
||||
|
||||
Reference in New Issue
Block a user