mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: Force to disable auto submarine call if only calling submarine at boss
This commit is contained in:
@@ -288,5 +288,4 @@ class FleetPreparation(ModuleBase):
|
||||
else:
|
||||
submarine.clear()
|
||||
|
||||
self.map_fleet_checked = True
|
||||
return True
|
||||
|
||||
@@ -156,7 +156,9 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
|
||||
if mode == 'normal' or mode == 'hard':
|
||||
self.handle_2x_book_setting(mode='prep')
|
||||
self.fleet_preparation()
|
||||
self.handle_auto_submarine_call_disable()
|
||||
self.handle_auto_search_setting()
|
||||
self.map_fleet_checked = True
|
||||
self.device.click(FLEET_PREPARATION)
|
||||
fleet_click += 1
|
||||
fleet_timer.reset()
|
||||
|
||||
Reference in New Issue
Block a user