mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 08:38:00 +08:00
Fix: Explicitly invoke flagships' templates
This commit is contained in:
@@ -171,8 +171,12 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange):
|
|||||||
|
|
||||||
return None
|
return None
|
||||||
else:
|
else:
|
||||||
template = globals()[
|
template = {
|
||||||
f'TEMPLATE_{self.config.GemsFarming_CommonCV.upper()}']
|
'BOGUE': TEMPLATE_BOGUE,
|
||||||
|
'HERMES': TEMPLATE_HERMES,
|
||||||
|
'LANGLEY': TEMPLATE_LANGLEY,
|
||||||
|
'RANGER': TEMPLATE_RANGER
|
||||||
|
}[f'{self.config.GemsFarming_CommonCV.upper()}']
|
||||||
|
|
||||||
self.dock_sort_method_dsc_set()
|
self.dock_sort_method_dsc_set()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user