mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
feat.新增无人机 for 巫恋任务插件,优化部分函数调用方式
This commit is contained in:
@@ -9,7 +9,7 @@ bool asst::InfrastPowerTask::_run()
|
||||
// 发电站只能造这一个
|
||||
set_product("Drone");
|
||||
|
||||
for (int i = 0; i != max_num_of_facility(); ++i) {
|
||||
for (int i = 0; i != max_num_of_facilities(); ++i) {
|
||||
if (need_exit()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user