mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-27 16:45:37 +08:00
Upd: Disable E series projects before JP TW get assets updated
This commit is contained in:
@@ -203,7 +203,7 @@ class ResearchSelector(ResearchUI):
|
|||||||
# 2022.08.23 Allow all E-2, disassemble equipment is now supported
|
# 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,
|
# 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
|
# 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 self.config.SERVER == 'jp':
|
||||||
if project.genre.upper() == 'E' and str(project.duration) != '6':
|
if project.genre.upper() == 'E' and str(project.duration) != '6':
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user