mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-30 21:14:10 +08:00
Fix: pick_up_ammo() was called after 4 battles in 12-4 (#824)
This commit is contained in:
@@ -54,7 +54,7 @@ class Campaign(CampaignBase):
|
||||
MAP = MAP
|
||||
|
||||
def battle_0(self):
|
||||
if self.battle_count > 3:
|
||||
if self.battle_count >= 3:
|
||||
self.pick_up_ammo()
|
||||
|
||||
if self.clear_roadblocks([road_main]):
|
||||
|
||||
Reference in New Issue
Block a user