mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 05:47:23 +08:00
Refactor: 7-2 mystery farming
This commit is contained in:
@@ -27,7 +27,7 @@ class Campaign(CampaignBase):
|
||||
MAP = MAP
|
||||
|
||||
def battle_0(self):
|
||||
if self.config.C72_BOSS_FLEET_STEP_ON_A3:
|
||||
if self.config.C72MysteryFarming_StepOnA3:
|
||||
if self.fleet_2_step_on(FLEET_2_STEP_ON, roadblocks=[ROAD_MAIN]):
|
||||
return True
|
||||
|
||||
@@ -59,7 +59,7 @@ class Campaign(CampaignBase):
|
||||
return self.battle_default()
|
||||
|
||||
def battle_3(self):
|
||||
if self.config.C72_BOSS_FLEET_STEP_ON_A3:
|
||||
if self.config.C72MysteryFarming_StepOnA3:
|
||||
ignore = None
|
||||
if self.fleet_at(A3, fleet=2):
|
||||
ignore = SelectedGrids([A2])
|
||||
|
||||
Reference in New Issue
Block a user