1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 17:57:01 +08:00

revert gemsfarming flagship change

This commit is contained in:
2024-09-17 19:27:56 +08:00
parent d6ef37e818
commit 0b8455f218

View File

@@ -322,7 +322,7 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange, GemsEquipmentHandler):
if self.config.GemsFarming_CommonCV in ['any', 'eagle']:
self.dock_sort_method_dsc_set()
self.dock_sort_method_dsc_set(False)
ships = scanner.scan(self.device.image)
if ships:
@@ -473,7 +473,7 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange, GemsEquipmentHandler):
self.FLEET_ENTER_FLAGSHIP = self._FLEET_ENTER_FLAGSHIP if not self.hard_mode else self.FLEET_ENTER_FLAGSHIP
faction = 'eagle' if self.config.GemsFarming_CommonCV == 'eagle' else 'all'
self.dock_filter_set(
index='cv', rarity='common', faction=faction, extra='enhanceable')
index='cv', rarity='common', faction=faction, extra='enhanceable', sort='total')
self.dock_favourite_set(False)
ship = self.get_common_rarity_cv()