mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: retirement keep eagle common cv
This commit is contained in:
parent
ddce320528
commit
6d98d15775
@ -538,7 +538,7 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
|
||||
"""
|
||||
if self.config.GemsFarming_CommonCV in ['any', 'eagle']:
|
||||
common_cv = self.get_common_cv_filter(self.config.GemsFarming_CommonCVFilter, output=False)
|
||||
if self.config.GemsFarming_CommonCV == 'any' and 'hermes' in common_cv:
|
||||
if self.config.GemsFarming_CommonCV == 'eagle' and 'hermes' in common_cv:
|
||||
common_cv.remove('hermes')
|
||||
logger.attr('Filter sort', ' > '.join(common_cv))
|
||||
for name in common_cv:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user