1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00

Add: Entrance of auto search, but not fully supported yet

- Add: Option ENABLE_FLEET_REVERSE_IN_HARD
This commit is contained in:
LmeSzinc
2021-01-22 23:50:44 +08:00
parent 237c871d7d
commit 8e9e62bb27
11 changed files with 212 additions and 5 deletions

View File

@@ -78,6 +78,7 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
if self.config.ENABLE_FLEET_CONTROL:
if mode == 'normal' or mode == 'hard':
self.fleet_preparation()
self.handle_auto_search_setting()
self.device.click(FLEET_PREPARATION)
fleet_timer.reset()
campaign_timer.reset()