mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-31 20:30:34 +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
|
MAP = MAP
|
||||||
|
|
||||||
def battle_0(self):
|
def battle_0(self):
|
||||||
if self.battle_count > 3:
|
if self.battle_count >= 3:
|
||||||
self.pick_up_ammo()
|
self.pick_up_ammo()
|
||||||
|
|
||||||
if self.clear_roadblocks([road_main]):
|
if self.clear_roadblocks([road_main]):
|
||||||
|
|||||||
Reference in New Issue
Block a user