mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-21 03:54:11 +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