mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Handle AUTO_SEARCH_REWARD in strategy_search_enter()
This commit is contained in:
parent
5474628561
commit
90771baca9
@ -23,6 +23,8 @@ class StrategicSearchHandler(MapEventHandler):
|
||||
|
||||
if self.handle_map_event():
|
||||
continue
|
||||
if self.appear(AUTO_SEARCH_REWARD, offset=(50, 50)):
|
||||
continue
|
||||
if self.appear(STRATEGIC_SEARCH_MAP_OPTION_OFF, offset=(20, 20), interval=2) \
|
||||
and STRATEGIC_SEARCH_MAP_OPTION_OFF.match_appear_on(self.device.image):
|
||||
self.device.click(STRATEGIC_SEARCH_MAP_OPTION_OFF)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user