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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user