mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: UI changes in fleet preparation
EN, JP, TW need to update assets except *_IN_USE and check _fleet_sidebar
This commit is contained in:
@@ -74,7 +74,7 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
|
||||
continue
|
||||
|
||||
# Fleet preparation
|
||||
if fleet_timer.reached() and self.appear(FLEET_PREPARATION):
|
||||
if fleet_timer.reached() and self.appear(FLEET_PREPARATION, offset=(20, 20)):
|
||||
if self.config.ENABLE_FLEET_CONTROL:
|
||||
if mode == 'normal' or mode == 'hard':
|
||||
self.handle_2x_book_setting(mode='prep')
|
||||
|
||||
Reference in New Issue
Block a user