1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-22 23:29:29 +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