mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix: 肉鸽招募 练度不够干员的 priority 可能为正
This commit is contained in:
@@ -279,6 +279,10 @@ bool asst::RoguelikeRecruitTaskPlugin::_run()
|
||||
oper_info.name,
|
||||
oper_info.elite,
|
||||
oper_info.level);
|
||||
|
||||
// REFACTOR ME: 不招募情况没有对 oper_list 进行处理
|
||||
// 若遇到 offset ,最终 priority 可能为正,会导致练度不够也招募 @Daydreamer114 @Saratoga-Official
|
||||
priority -= 114514;
|
||||
}
|
||||
|
||||
if (temp_recruit_exist && !oper_info.name.starts_with("预备干员")) {
|
||||
|
||||
Reference in New Issue
Block a user