1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 05:53:44 +08:00

Upd: More accurate asset for enhancement

This commit is contained in:
Horizon101011
2022-08-13 19:42:14 +08:00
parent 560a192ecb
commit 07a14849d9
10 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ class Enhancement(Dock):
def state_enhance_recommend():
# Judge if enhance material appeared
if not EMPTY_ENHANCE_SLOT.match_binary(self.device.image):
if not EMPTY_ENHANCE_SLOT_PLUS.match(self.device.image):
logger.info('Material found. Try enhancing...')
return "state_enhance_attempt"
elif self.info_bar_count():