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

Merge pull request #1360 from LmeSzinc/dev

PR5 and research queue support
This commit is contained in:
LmeSzinc
2022-07-18 12:47:14 +08:00
committed by GitHub
165 changed files with 1445 additions and 637 deletions

View File

@@ -87,7 +87,8 @@ class OSAsh(UI, MapEventHandler):
beacon_entrance_offset = (100, 100)
def is_in_ash(self):
return self.appear(ASH_CHECK, offset=(100, 20))
return self.appear(ASH_CHECK, offset=(100, 20)) or \
self.appear(ASH_SHOWDOWN, offset=(30, 30))
def is_in_map(self):
return self.appear(IN_MAP, offset=(200, 5))