mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 01:01:29 +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):
|
def equip_preview_empty(self):
|
||||||
for index in range(6):
|
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 False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user