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

Fix: Redundant way node when having one-way portal

- Add: expected story
This commit is contained in:
LmeSzinc
2020-09-20 02:50:34 +08:00
parent e0a7bb5666
commit 1a4bc96bf2
3 changed files with 8 additions and 2 deletions

View File

@@ -271,6 +271,12 @@ class Fleet(Camera, AmbushHandler):
arrived = True
break
# Story
if expected == 'story':
if self.handle_story_skip():
result = 'story'
continue
# End
if ambushed_retry.started() and ambushed_retry.reached():
break