feat: 支持识别并选择临时招募干员

This commit is contained in:
DuKong
2023-04-22 17:41:00 +08:00
parent ffb9a2c7e1
commit 8c2de2d71c

View File

@@ -191,7 +191,6 @@ bool asst::RoguelikeRecruitTaskPlugin::_run()
int max_oper_x = 0;
for (const auto& oper_info : oper_list) {
Log.info(__FUNCTION__, "| Operator", oper_info.name);
oper_names.emplace(oper_info.name);
max_oper_x = std::max(max_oper_x, oper_info.rect.x);