mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 01:07:59 +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…
x
Reference in New Issue
Block a user