mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Handle GET_ITEMS_1 in perspective errors of OpSi (#2808)
This commit is contained in:
parent
b9e5134464
commit
27acff08af
@ -129,7 +129,8 @@ class Camera(MapOperation):
|
||||
return False
|
||||
elif self.appear(GET_ITEMS_1, offset=5):
|
||||
logger.warning('Perspective error caused by get_items')
|
||||
self.handle_mystery()
|
||||
# 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)):
|
||||
logger.warning('Perspective error caused by GET_ITEMS_1_RYZA')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user