1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-29 22:07:13 +08:00

Fix: Fixed stuck at grand capture map

This commit is contained in:
whoamikyo
2020-07-22 02:27:48 -03:00
parent 79ceb6106b
commit 6931779064
4 changed files with 21 additions and 22 deletions

View File

@@ -43,11 +43,9 @@ A6, B6, C6, D6, E6, F6, G6, \
A7, B7, C7, D7, E7, F7, G7, \
= MAP.flatten()
class Config(ConfigBase):
pass
class Campaign(CampaignBase):
MAP = MAP
@@ -58,4 +56,4 @@ class Campaign(CampaignBase):
return self.battle_default()
def battle_4(self):
return self.fleet_boss.clear_boss()
self.fleet_boss.capture_clear_boss()