1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-12 06:43:37 +08:00

Opt: Wait campaign bonus show up

This commit is contained in:
LmeSzinc
2021-10-14 20:48:35 +08:00
parent fe99f712b2
commit 15d1aae6b3

View File

@@ -197,7 +197,7 @@ class AutoSearchHandler(EnemySearchingHandler):
""" """
if self.appear(AUTO_SEARCH_MENU_EXIT, offset=self._auto_search_menu_offset, interval=2): if self.appear(AUTO_SEARCH_MENU_EXIT, offset=self._auto_search_menu_offset, interval=2):
if drop: if drop:
drop.handle_add(main=self) drop.handle_add(main=self, before=2.5)
self.device.click(AUTO_SEARCH_MENU_EXIT) self.device.click(AUTO_SEARCH_MENU_EXIT)
return True return True
else: else: