mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Map: added roadblocks on D3 map (event_20200611)
This commit is contained in:
parent
3f06c55f6c
commit
959f75baa0
@ -115,6 +115,8 @@ class Campaign(CampaignBase):
|
||||
def battle_5(self):
|
||||
if self.clear_siren():
|
||||
return True
|
||||
if self.clear_roadblocks([ROAD_MAIN]):
|
||||
return True
|
||||
if self.clear_potential_roadblocks([ROAD_MAIN]):
|
||||
return True
|
||||
if self.fleet_1.clear_enemy(scale=(2,), genre=['light', 'main', 'enemy', 'carrier']):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user