mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: can enter early; add clause into handle_in_map_with_enemy_searching
This commit is contained in:
parent
069054a40c
commit
3ff20265cb
@ -117,6 +117,10 @@ class EnemySearchingHandler(InfoHandler):
|
||||
timeout.limit = 10
|
||||
timeout.reset()
|
||||
continue
|
||||
if self.handle_urgent_commission(drop=drop):
|
||||
timeout.limit = 10
|
||||
timeout.reset()
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.enemy_searching_appear():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user