From e3c80bf16e28d40e9e59164abc587543d8cb08e5 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Wed, 7 Oct 2015 22:38:17 -0700 Subject: [PATCH] fixed dialogue issue. --- desktop/gametodos.txt | 2 -- desktop/src-common/advent/actions.clj | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/desktop/gametodos.txt b/desktop/gametodos.txt index 973d1ef4..7a00daa5 100644 --- a/desktop/gametodos.txt +++ b/desktop/gametodos.txt @@ -6,8 +6,6 @@ PROGRAMMING + try to have dialogue for every wrong interaction + preload all sounds + behind house left direction not great -+ spying broken -+ still can get into dialogue deadlock somehow IOS + all mp3s diff --git a/desktop/src-common/advent/actions.clj b/desktop/src-common/advent/actions.clj index 395d0b97..8b5dceff 100644 --- a/desktop/src-common/advent/actions.clj +++ b/desktop/src-common/advent/actions.clj @@ -443,7 +443,7 @@ (assoc-in [:state :active?] true) (assoc-in [:cursor :override] nil))) (skip-type [this screen entities] - :skip)) + :none)) (let [zipper (nth-child zipper (inc (* 2 @selected-index))) node (zip/node zipper)]