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