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

Upd:[tw] research E (#5382)

Co-authored-by: whjhs1010203 <26708256+whjhs1010203@users.noreply.github.com>
This commit is contained in:
whjhs1010203
2025-12-12 19:22:49 +08:00
committed by GitHub
parent 32d36cd06d
commit 9261630f77
11 changed files with 6 additions and 6 deletions

View File

@@ -239,7 +239,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 or self.config.SERVER in ['tw']:
if not self.storage_has_boxes:
if self.config.SERVER == 'jp':
if project.genre.upper() == 'E' and str(project.duration) != '6':
return False