mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
chore.补充一些基建的日志
This commit is contained in:
@@ -199,8 +199,15 @@ 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);
|
||||
}
|
||||
// 心情过低的干员则不可用
|
||||
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