mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Merge pull request #1163 from SaiCateDoan/tech2
Opt: Enforce research when get a low-quality project Ver2
This commit is contained in:
@@ -610,7 +610,7 @@ class ResearchSelector(UI):
|
||||
if preset == 'custom':
|
||||
string = self.config.Research_CustomFilter
|
||||
else:
|
||||
if self.config.Research_UseCube == 'always_use':
|
||||
if self.config.Research_UseCube == 'always_use' or enforce:
|
||||
if f'{preset}_cube' in DICT_FILTER_PRESET:
|
||||
preset = f'{preset}_cube'
|
||||
if preset not in DICT_FILTER_PRESET:
|
||||
|
||||
Reference in New Issue
Block a user