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