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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user