mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
chore.基建添加心情的日志
https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/384
This commit is contained in:
@@ -200,6 +200,7 @@ size_t asst::InfrastProductionTask::opers_detect()
|
||||
continue;
|
||||
}
|
||||
// 心情过低的干员则不可用
|
||||
Log.trace("mood", cur_oper.mood_ratio, "threshold", m_mood_threshold);
|
||||
if (cur_oper.mood_ratio < m_mood_threshold) {
|
||||
//--cur_available_num;
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user