mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-20 21:24:30 +08:00
Fix: check EQUIPMENT_OPEN using template matching
This commit is contained in:
@@ -44,7 +44,7 @@ class EquipmentChange(Equipment):
|
||||
skip_first_screenshot = False
|
||||
else:
|
||||
self.device.screenshot()
|
||||
if self.appear(EQUIPMENT_OPEN):
|
||||
if self.appear(EQUIPMENT_OPEN, offset=(5, 5)):
|
||||
break
|
||||
|
||||
self.equipment_list = {}
|
||||
|
||||
Reference in New Issue
Block a user