From 88fdda40844aacf742d5508e64907cc0b9cd56c0 Mon Sep 17 00:00:00 2001 From: Remington Covert Date: Sat, 13 Dec 2014 14:03:17 -0800 Subject: [PATCH] minor tweaks for humor. --- desktop/src-common/advent/screens/rooms/cat_tree.clj | 8 ++++++-- 1 file changed, 6 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 4bc4d9ce..650b54f1 100644 --- a/desktop/src-common/advent/screens/rooms/cat_tree.clj +++ b/desktop/src-common/advent/screens/rooms/cat_tree.clj @@ -170,10 +170,14 @@ (actions/talk entities :grandma "For your impressive display of courage and bravery, I give you this. ") (sound! (sound "cat-tree/kiss.ogg") :play) (actions/play-animation entities :grandma :kiss) - (actions/give entities :kiss) (actions/play-animation entities :ego :get-sick :stop? false) (actions/walk-straight-to entities :ego [165 45]) - (actions/talk entities :ego "Ugh! Gross!")) + (actions/do-dialogue entities :ego + "Ugh! Gross!" + :ego "What's this?") + (actions/give entities :kiss) + (actions/do-dialogue entities :ego "A kiss for an inventory item?" + :ego "Sounds like the game designer was running out of good ideas.")) (actions/talk entities :ego "I guess I'm too far away.")))}) cat-stand) :grandma (assoc (animation->texture screen grandma-stand)