mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Fix: EQUIPMENT_CODE_EQUIP_5 threshold in color_similar
This commit is contained in:
@@ -144,7 +144,7 @@ class EquipmentCodeHandler(StorageHandler):
|
||||
|
||||
def equip_preview_empty(self):
|
||||
for index in range(6):
|
||||
if not self.appear(globals()['EQUIPMENT_CODE_EQUIP_{index}'.format(index=index)]):
|
||||
if not self.appear(globals()['EQUIPMENT_CODE_EQUIP_{index}'.format(index=index)], threshold=15):
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user