1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 17:09:05 +08:00

Fix: 2-1 when boss appear

This commit is contained in:
LmeSzinc
2020-07-09 01:26:14 +08:00
parent 8d7dc786e6
commit 471b7ad460

View File

@@ -63,3 +63,9 @@ class Campaign(CampaignBase):
return self.battle_default()
return self.fleet_boss.clear_boss()
def handle_boss_appear_refocus(self):
for data in self.map.spawn_data:
if data.get('battle') == self.battle_count and data.get('boss', 0):
self.map_swipe((0, -2))
return super().handle_boss_appear_refocus()