mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: IN_STAGE detect when map detection goes wrong
This commit is contained in:
parent
2ecb696e57
commit
5a897f7031
@ -91,7 +91,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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user