From 885e37390bdead767a55fad9fdb9c9f135cb55ff Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Thu, 21 Jul 2016 18:32:47 -0700 Subject: [PATCH] final tweaks before 1.2. --- desktop/src-common/advent/screens/rooms/cat_tree.clj | 1 + desktop/src-common/advent/screens/rooms/inside_jail.clj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/src-common/advent/screens/rooms/cat_tree.clj b/desktop/src-common/advent/screens/rooms/cat_tree.clj index 85fd6306..a625e628 100644 --- a/desktop/src-common/advent/screens/rooms/cat_tree.clj +++ b/desktop/src-common/advent/screens/rooms/cat_tree.clj @@ -462,6 +462,7 @@ (actions/play-animation entities :owl :eye) (actions/do-dialogue entities :owl "I don't think that helped that much.") + (steam/set-achievement "BEHOLDER") (when (actions/has-obtained? entities :feather) (actions/do-dialogue entities :owl "I think I'll just stick to the monocle.")) (actions/update-state entities (fn [s] (assoc s :owl-tried-strength? true)))) diff --git a/desktop/src-common/advent/screens/rooms/inside_jail.clj b/desktop/src-common/advent/screens/rooms/inside_jail.clj index 2a723643..72f30524 100644 --- a/desktop/src-common/advent/screens/rooms/inside_jail.clj +++ b/desktop/src-common/advent/screens/rooms/inside_jail.clj @@ -280,7 +280,7 @@ (actions/begin-animation entities :warden :stand) (Thread/sleep 300) (actions/do-dialogue entities - :warden "Charlie, is that you chap?" + :warden "Charlie, is that you, chap?" :warden "What're you doing digging through my trash can?") (Thread/sleep 300) (actions/play-animation entities :warden :fall-asleep :stop? false)