From db9dccbae2b16d41ae9c0514da0344c19b76c34c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 10 Mar 2018 18:31:06 -0500 Subject: [PATCH] Fixed dialog failing to start --- feast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feast.js b/feast.js index 12070cc..be181c5 100644 --- a/feast.js +++ b/feast.js @@ -282,8 +282,8 @@ function struggleHovered(index) { } function startDialog(dialog) { - changeMode("dialog"); currentDialog = dialog; + changeMode("dialog"); update([currentDialog.text]); currentDialog.visit(); updateDisplay();