mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Fix: Handle AUTO_SEARCH_REWARD in globe_enter
This commit is contained in:
@@ -395,3 +395,6 @@ class GlobeOperation(ActionPointHandler):
|
||||
continue
|
||||
if self.handle_popup_confirm('GLOBE_ENTER'):
|
||||
continue
|
||||
# A game bug that AUTO_SEARCH_REWARD from the last cleared zone popups
|
||||
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(50, 50), interval=3):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user