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

Fix: Trying to fix story skip bug on game client

This commit is contained in:
LmeSzinc
2023-09-10 16:20:39 +08:00
parent 890f072643
commit da02fd6066
5 changed files with 40 additions and 21 deletions

View File

@@ -602,7 +602,8 @@ class OperationSiren(OSMap):
logger.hr('OS clear abyssal', level=1)
self.cl1_ap_preserve()
result = self.storage_get_next_item('ABYSSAL', use_logger=self.config.OpsiGeneral_UseLogger)
with self.config.temporary(STORY_ALLOW_SKIP=False):
result = self.storage_get_next_item('ABYSSAL', use_logger=self.config.OpsiGeneral_UseLogger)
if not result:
self.delay_abyssal(result=False)