1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Add: OS daily support

This commit is contained in:
LmeSzinc
2021-04-23 15:01:50 +08:00
parent af6c976a26
commit 109876ff97
5 changed files with 56 additions and 12 deletions

View File

@@ -168,6 +168,6 @@ class MapEventHandler(EnemySearchingHandler):
and AUTO_SEARCH_OS_MAP_OPTION_OFF.match_appear_on(self.device.image) \
and self.info_bar_count() >= 2:
raise CampaignEnd
if self.appear(AUTO_SEARCH_REWARD, offset=(20, 20)):
if self.appear(AUTO_SEARCH_REWARD, offset=(20, 50)):
self.os_auto_search_quit()
raise CampaignEnd