1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-18 17:17:18 +08:00

Opt: Delete hard-coded camera swipe in 3-4

This commit is contained in:
LmeSzinc
2020-12-23 16:36:22 +08:00
parent 3a91da8ca6
commit 4a8ae72ef3

View File

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