mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-29 00:08:02 +08:00
Fix: Handle AUTO_SEARCH_REWARD in globe_enter
This commit is contained in:
@@ -395,3 +395,6 @@ class GlobeOperation(ActionPointHandler):
|
|||||||
continue
|
continue
|
||||||
if self.handle_popup_confirm('GLOBE_ENTER'):
|
if self.handle_popup_confirm('GLOBE_ENTER'):
|
||||||
continue
|
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