mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
fix: 无法跳过关卡开始的剧情
This commit is contained in:
@@ -514,6 +514,7 @@ bool asst::BattleHelper::check_in_battle(const cv::Mat& reusable, bool weak)
|
||||
m_in_battle = analyzer.analyze().has_value();
|
||||
}
|
||||
else {
|
||||
check_skip_plot_button(image);
|
||||
m_in_battle = check_pause_button(image);
|
||||
}
|
||||
return m_in_battle;
|
||||
|
||||
@@ -423,6 +423,7 @@ bool asst::BattleProcessTask::check_in_battle(const cv::Mat& reusable, bool weak
|
||||
}
|
||||
}
|
||||
else {
|
||||
check_skip_plot_button(image);
|
||||
m_in_battle = check_pause_button(image);
|
||||
}
|
||||
return m_in_battle;
|
||||
|
||||
Reference in New Issue
Block a user