1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Fix: 修复打完BOSS有时会卡住的问题

- 优化了苍红的回响C2, 大型航空对低耗队杀伤力太大了
This commit is contained in:
LmeSzinc
2020-04-27 22:49:30 +08:00
parent fc84f5e610
commit 5284c1a390
7 changed files with 9 additions and 9 deletions

View File

@@ -301,6 +301,8 @@ class Combat(HPBalancer, UrgentCommissionHandler, EnemySearchingHandler, Retirem
continue
# End
if self.handle_in_stage():
break
if expected_end is None:
if self.handle_in_map_with_enemy_searching():
break