1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 20:43:33 +08:00

ADD equip change when COMMON_CV_NAME == 'ANY'

This commit is contained in:
Cyunmi
2021-08-13 18:09:05 +08:00
parent 8f39838bc7
commit e4ed2ba06c
4 changed files with 18 additions and 5 deletions

View File

@@ -328,7 +328,7 @@ class Retirement(Enhancement):
Returns:
Button:
"""
if self.config.COMMON_CV_NAME == 'any':
if self.config.COMMON_CV_NAME == 'ANY':
for commen_cv_name in ['BOGUE', 'HERMES', 'LANGLEY', 'RANGER']:
template = globals()[f'TEMPLATE_{commen_cv_name}']
sim, button = template.match_result(self.device.image.resize(size=(1189, 669)))