mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
Fix: Walk logic in SP battle_7
This commit is contained in:
@@ -110,13 +110,16 @@ class Campaign(CampaignBase):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
def battle_7(self):
|
def battle_7(self):
|
||||||
self.fleet_boss.switch_to()
|
if self.fleet_boss_index == 2:
|
||||||
self.goto(D7)
|
self.fleet_boss.switch_to()
|
||||||
self.goto(D5)
|
self.goto(D7)
|
||||||
self.goto(D6)
|
self.goto(D5)
|
||||||
self.goto(D5)
|
self.goto(D6)
|
||||||
self.goto(D3)
|
self.goto(D5)
|
||||||
self.goto(D4)
|
self.goto(D3)
|
||||||
self.goto(D3)
|
self.goto(D4)
|
||||||
self.clear_chosen_enemy(D1, expected='boss')
|
self.goto(D3)
|
||||||
|
self.clear_chosen_enemy(D1, expected='boss')
|
||||||
|
else:
|
||||||
|
self.clear_chosen_enemy(D1, expected='boss')
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user