mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: CommonCV option
This commit is contained in:
@@ -244,7 +244,7 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange, GemsEquipmentHandler):
|
||||
bool: True if flagship changed.
|
||||
"""
|
||||
|
||||
if self.config.GemsFarming_CommonCV == 'any':
|
||||
if self.config.GemsFarming_CommonCV in ['any', 'eagle']:
|
||||
index_list = range(3, 5)
|
||||
else:
|
||||
index_list = range(0, 5)
|
||||
|
||||
Reference in New Issue
Block a user