1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +08:00

Opt: Extend handle_2x_book_setting for prep and auto menu

This commit is contained in:
nEEtdo0d
2021-04-09 00:36:24 -04:00
parent 775ccf90d2
commit f1dfc402d2
19 changed files with 30 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
if fleet_timer.reached() and self.appear(FLEET_PREPARATION):
if self.config.ENABLE_FLEET_CONTROL:
if mode == 'normal' or mode == 'hard':
self.handle_2x_book_setting()
self.handle_2x_book_setting(mode='prep')
self.fleet_preparation()
self.handle_auto_search_setting()
self.handle_auto_search_emotion_wait()