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

Fix: Handle mysteries in strategy_open()

This commit is contained in:
LmeSzinc
2023-04-11 23:41:20 +08:00
parent 5105b4bfec
commit 06b07ca003
3 changed files with 22 additions and 12 deletions

View File

@@ -124,7 +124,7 @@ class Camera(MapOperation):
logger.warning('Perspective error caused by info bar')
self.handle_info_bar()
return False
elif self.appear(GET_ITEMS_1):
elif self.appear(GET_ITEMS_1, offset=5):
logger.warning('Perspective error caused by get_items')
self.handle_mystery()
return False