feat: 肉鸽中不再进阶未精二的干员 (#4825)

This commit is contained in:
MistEO
2023-05-20 09:57:38 +08:00
committed by GitHub

View File

@@ -236,6 +236,9 @@ bool asst::RoguelikeRecruitTaskPlugin::_run()
priority += 150;
temp_recruit_exist = false;
}
if (oper_info.elite < 2) { // 若未精二,则晋升无意义
priority = 0;
}
}
}
else {