mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 19:17:21 +08:00
Fix: Pick up ammo
This commit is contained in:
@@ -69,6 +69,9 @@ class Campaign(CampaignBase):
|
||||
def battle_4(self):
|
||||
self.clear_all_mystery()
|
||||
|
||||
if self.config.FLEET_BOSS == 1:
|
||||
self.pick_up_ammo()
|
||||
|
||||
boss = self.map.select(is_boss=True)
|
||||
if boss:
|
||||
if not self.check_accessibility(boss[0], fleet='boss'):
|
||||
|
||||
Reference in New Issue
Block a user