mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: expand search area of BOX_USE to handle box amount < 5
This commit is contained in:
parent
498c5db8ca
commit
14be031a32
@ -208,7 +208,7 @@ class StorageHandler(StorageUI):
|
||||
if self._storage_in_material(interval=5):
|
||||
self.device.click(button)
|
||||
continue
|
||||
if self.appear_then_click(BOX_USE, offset=(20, 20), interval=5):
|
||||
if self.appear_then_click(BOX_USE, offset=(-330, -20, 20, 20), interval=5):
|
||||
self.interval_reset(MATERIAL_CHECK)
|
||||
continue
|
||||
if self.appear(GET_ITEMS_1, offset=(5, 5), interval=5):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user