mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Fix: Handle random battle status detection error
This commit is contained in:
@@ -246,7 +246,9 @@ class Combat(Combat_, MapEventHandler):
|
||||
|
||||
if self.handle_submarine_call(submarine_mode):
|
||||
continue
|
||||
if self.handle_os_auto_search_map_option(drop=drop, enable=success):
|
||||
# Don't change auto search option if failed
|
||||
enable = success if success is not None else None
|
||||
if self.handle_os_auto_search_map_option(drop=drop, enable=enable):
|
||||
continue
|
||||
|
||||
# End
|
||||
|
||||
Reference in New Issue
Block a user