1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-21 07:20:56 +08:00

Add: clear_all_mystery() to applicable VDiR war archive maps

This commit is contained in:
nEEtdo0d
2020-11-09 20:35:14 -05:00
parent 664b541cd8
commit 94e763b26e
4 changed files with 20 additions and 0 deletions

View File

@@ -60,5 +60,10 @@ class Campaign(CampaignBase):
def battle_0(self):
return self.battle_default()
def battle_3(self):
self.clear_all_mystery()
return self.battle_0()
def battle_7(self):
return self.fleet_boss.clear_boss()