1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-16 11:25:44 +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

@@ -59,5 +59,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_6(self):
return self.fleet_boss.clear_boss()