mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-07 07:07:15 +08:00
Fix: Goto B8 using boss fleet (fixed #4127)
This commit is contained in:
parent
7c574ceaf5
commit
42bda736c0
@ -85,8 +85,8 @@ class Campaign(CampaignBase):
|
||||
# Handle giant boss at A8
|
||||
logger.info('B2 before boss')
|
||||
grid = SelectedGrids([B6, C7]).sort('weight', 'cost')[0]
|
||||
self.goto(grid)
|
||||
self.goto(B8)
|
||||
self.fleet_boss.goto(grid)
|
||||
self.fleet_boss.goto(B8)
|
||||
|
||||
def clear_boss(self):
|
||||
self.before_boss()
|
||||
|
@ -94,8 +94,8 @@ class Campaign(CampaignBase):
|
||||
# Handle giant boss at A8
|
||||
logger.info('B2 before boss')
|
||||
grid = SelectedGrids([B6, C7]).sort('weight', 'cost')[0]
|
||||
self.goto(grid)
|
||||
self.goto(B8)
|
||||
self.fleet_boss.goto(grid)
|
||||
self.fleet_boss.goto(B8)
|
||||
|
||||
def clear_boss(self):
|
||||
self.before_boss()
|
||||
|
Loading…
Reference in New Issue
Block a user