Merge branch 'master' into dev

This commit is contained in:
MistEO
2022-05-09 00:09:24 +08:00
64 changed files with 58365 additions and 1376 deletions

View File

@@ -200,6 +200,14 @@ size_t asst::InfrastProductionTask::opers_detect()
--cur_available_num;
continue;
}
{
std::string skills_str = "[";
for (const auto& skill : cur_oper.skills) {
skills_str += skill.id + ", ";
}
skills_str += "]";
Log.trace(skills_str, "mood", cur_oper.mood_ratio, "threshold", m_mood_threshold);
}
// 心情过低的干员则不可用
if (cur_oper.mood_ratio < m_mood_threshold) {
//--cur_available_num;