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