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

Upd: Disable E series projects before JP TW get assets updated

This commit is contained in:
LmeSzinc
2022-09-03 23:19:31 +08:00
parent d8f4986d64
commit 0d101b9d94

View File

@@ -203,7 +203,7 @@ class ResearchSelector(ResearchUI):
# 2022.08.23 Allow all E-2, disassemble equipment is now supported
# Ignore E-2 if don't have any boxes in storage to disassemble,
# Or will enter a loop of starting research, trying to disassemble, cancel research
if not self.storage_has_boxes:
if not self.storage_has_boxes or self.config.SERVER in ['jp', 'tw']:
if self.config.SERVER == 'jp':
if project.genre.upper() == 'E' and str(project.duration) != '6':
return False