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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user