From ba1ad61a37413c863d75d1560614bea1c67393a3 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Mon, 9 Nov 2015 17:52:19 -0800 Subject: [PATCH] minor dialogue changes. --- desktop/src-common/advent/screens/rooms/cat_tree.clj | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/desktop/src-common/advent/screens/rooms/cat_tree.clj b/desktop/src-common/advent/screens/rooms/cat_tree.clj index 0c3c44c3..9116fd70 100644 --- a/desktop/src-common/advent/screens/rooms/cat_tree.clj +++ b/desktop/src-common/advent/screens/rooms/cat_tree.clj @@ -206,7 +206,12 @@ :owl "Thank you!" :owl "And now, I will help you on your quest." :owl "This is for you.") - (actions/give entities :feather)) + (actions/give entities :feather) + (actions/do-dialogue entities + :ego "What's this for?" + :owl "I'm sure you can find a use for it." + :owl "And without pockets, I don't have much else I can give you." + :ego "Thanks, I guess.")) (defn make [screen] (let [cat-stand-sheet (texture! (utils/get-texture "cat-tree/cat-stand.png") :split 22 10) @@ -218,7 +223,7 @@ :origin-x 0 :destroy-ladder destroy-ladder :ladder-break-sound (utils/load-sound "cat-tree/ladder-break.ogg") - :anim-sound-frames {destroy-ladder {4 [:ladder-break-sound 0.3]}}) + :anim-sound-frames {destroy-ladder {4 [:ladder-break-sound 0.6]}}) grandma-stand (utils/make-anim "cat-tree/grandma.png" [25 36] 0.2 [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1]) grandma-squat-1 (utils/make-anim "cat-tree/grandma.png" [25 36] 0.2 [3 4 5 5 5 5 5]) grandma-squat-2 (utils/make-anim "cat-tree/grandma.png" [25 36] 0.2 [5 5 4 3])