feat: 抄作业自动跳过战斗中剧情

This commit is contained in:
Lancarus
2023-10-06 18:23:22 +08:00
parent e6b0d58a8e
commit 2fa541860d
4 changed files with 19 additions and 5 deletions

View File

@@ -265,7 +265,7 @@ bool asst::BattleProcessTask::wait_condition(const Action& action)
auto do_strategy_and_update_image = [&]() {
do_strategic_action(image);
image = ctrler()->get_image();
};
};
if (action.cost_changes != 0) {
update_image_if_empty();