1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-31 20:30:34 +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

@@ -30,6 +30,8 @@ class Campaign(CampaignBase):
def battle_0(self):
if self.clear_siren():
return True
if self.clear_enemy(scale=(1, 2)):
return True
return self.battle_default()