mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: submarine settings for auto search and opsi obscure
This commit is contained in:
@@ -155,11 +155,14 @@ class Combat(Combat_, MapEventHandler):
|
||||
|
||||
logger.info('Auto Search combat execute')
|
||||
self.submarine_call_reset()
|
||||
submarine_mode = 'do_not_use'
|
||||
if self.config.Submarine_Fleet:
|
||||
submarine_mode = self.config.Submarine_Mode
|
||||
|
||||
while 1:
|
||||
self.device.screenshot()
|
||||
|
||||
if self.handle_submarine_call():
|
||||
if self.handle_submarine_call(submarine_mode):
|
||||
continue
|
||||
if self.handle_os_auto_search_map_option():
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user