mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: pick_up_ammo() was called after 4 battles in 12-4 (#824)
This commit is contained in:
parent
b95214b9f2
commit
4065e364b3
@ -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]):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user