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

Merge branch 'master' into dev

This commit is contained in:
LmeSzinc
2020-08-22 01:49:37 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ class Camera(InfoHandler):
logger.info('Perspective error cause by info bar. Waiting.')
self.handle_info_bar()
return self.update(camera=camera)
elif self.appear(IN_STAGE):
elif self.appear(IN_STAGE, offset=(5, 5)):
logger.warning('Image is in stage')
raise CampaignEnd('Image is in stage')
elif not self.appear(IN_MAP):