From a6dd713ce083ba8b2b7edd8dde47bc258c930cfd Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 22 Aug 2022 15:00:00 +0200 Subject: [PATCH] fix dialog continuity --- src/stores/dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/dialog.js b/src/stores/dialog.js index ba45205..e50a192 100644 --- a/src/stores/dialog.js +++ b/src/stores/dialog.js @@ -42,7 +42,7 @@ export const dialog = [{ background: "menu", character: "Hadraniel", text: "Wait where are you going? That's not the way to the main gate-", - next: "uriel_entrance" + next: "prologue1" }, { name: "restart", background: "menu",