mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-08 01:52:43 +08:00
Fix: handle_in_map_with_enemy_searching() immediately enter submarine combat in W16 (#5740)
This commit is contained in:
@@ -120,6 +120,10 @@ class EnemySearchingHandler(InfoHandler):
|
|||||||
# although here expects an enemy searching animation.
|
# although here expects an enemy searching animation.
|
||||||
if self.handle_in_stage():
|
if self.handle_in_stage():
|
||||||
return True
|
return True
|
||||||
|
# immediately enter submarine combat in W16
|
||||||
|
if hasattr(self, 'is_combat_loading') and self.is_combat_loading():
|
||||||
|
logger.warning('Entered map with is_combat_loading appeared')
|
||||||
|
break
|
||||||
if self.handle_auto_search_exit(drop=drop):
|
if self.handle_auto_search_exit(drop=drop):
|
||||||
timeout.limit = 10
|
timeout.limit = 10
|
||||||
timeout.reset()
|
timeout.reset()
|
||||||
|
|||||||
Reference in New Issue
Block a user