1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

Opt: Allow T series research projects (#1099)

This commit is contained in:
LmeSzinc
2022-05-08 15:17:40 +08:00
parent ec8f4425de
commit b793c1507a
2 changed files with 23 additions and 17 deletions

View File

@@ -639,8 +639,9 @@ class ResearchSelector(UI):
if project.genre.upper() == 'B':
return False
# T series require commission
if project.genre.upper() == 'T':
return False
# 2022.05.08 Allow T series researches because commission is now force to enable
# if project.genre.upper() == 'T':
# return False
# 2021.08.19 Allow E-2 to disassemble tech boxes, but JP still remains the same.
if self.config.SERVER == 'jp':
if project.genre.upper() == 'E' and str(project.duration) != '6':