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)