1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-08-02 20:25:29 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ class CampaignBase(CampaignBase_):
# Handle a different GET_ITEMS_1
if super().handle_mystery_items(button, drop=drop):
return True
if self.appear(GET_ITEMS_1_RYZA, offset=(20, 20)):
if self.appear(GET_ITEMS_1_RYZA, offset=(-20, -100, 20, 20)):
logger.attr('Mystery', 'Get item')
if drop:
drop.add(self.device.image)