mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: Handle AUTO_SEARCH_REWARD in question_goto()
This commit is contained in:
@@ -528,6 +528,11 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
|
||||
def question_goto(self, has_fleet_step=False):
|
||||
logger.hr('Question goto')
|
||||
while 1:
|
||||
# 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):
|
||||
self.device.screenshot()
|
||||
continue
|
||||
|
||||
# Update local view
|
||||
# Not screenshots taking, reuse the old one
|
||||
self.update_os()
|
||||
|
||||
Reference in New Issue
Block a user