mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Fix: 修复剧情跳过
- 增加黑屏带文字剧情的跳过 - 增加战斗开始时的剧情跳过
This commit is contained in:
@@ -126,6 +126,9 @@ class Combat(HPBalancer, UrgentCommissionHandler, EnemySearchingHandler, Retirem
|
||||
if self.handle_combat_automation_confirm():
|
||||
continue
|
||||
|
||||
if self.handle_story_skip():
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.is_combat_executing():
|
||||
if emotion_reduce:
|
||||
|
||||
Reference in New Issue
Block a user