mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Handle random battle status detection error
This commit is contained in:
parent
35971ad0fb
commit
92d2c28f42
@ -255,10 +255,10 @@ class Combat(Combat_, MapEventHandler):
|
||||
if self.is_combat_executing():
|
||||
continue
|
||||
if self.handle_auto_search_battle_status():
|
||||
success = False
|
||||
success = None
|
||||
continue
|
||||
if self.handle_auto_search_exp_info():
|
||||
success = False
|
||||
success = None
|
||||
continue
|
||||
if self.handle_map_event():
|
||||
continue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user