mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -128,7 +128,7 @@ class Camera(MapOperation):
|
||||
# Don't use handle_mystery() here since OpSi overrides it.
|
||||
self.device.click(GET_ITEMS_1)
|
||||
return False
|
||||
elif self.appear(GET_ITEMS_1_RYZA, offset=(20, 20)):
|
||||
elif self.appear(GET_ITEMS_1_RYZA, offset=(-20, -100, 20, 20)):
|
||||
logger.warning('Perspective error caused by GET_ITEMS_1_RYZA')
|
||||
self.device.click(GET_ITEMS_1_RYZA)
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user