1
0
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:
nEEtdo0d 2021-11-19 18:47:54 -05:00
parent 069054a40c
commit 3ff20265cb

View File

@ -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():