diff --git a/desktop/src-common/advent/screens/rooms/cat_tree.clj b/desktop/src-common/advent/screens/rooms/cat_tree.clj index 855daa40..2609a279 100644 --- a/desktop/src-common/advent/screens/rooms/cat_tree.clj +++ b/desktop/src-common/advent/screens/rooms/cat_tree.clj @@ -345,7 +345,7 @@ :stand cat-stand :script (actions/get-script entities (actions/talk entities :ego "Here kitty, kitty, kitty.") - (actions/talk entities :ego "Kitty's not so interested in me.")) + (actions/talk entities :ego "Kitty's so bored, he doesn't even notice me.")) :scripts {:cat-toy (actions/get-script entities (actions/play-animation entities :ego :cat-toy) (if (get-in @entities [:room :entities :ladder]) @@ -389,6 +389,7 @@ (actions/walk-to entities :ego [210 58] :face :right) (actions/play-animation entities :ego :poke) (actions/talk entities :ego "I can't poke him from way down here.")))) + :wool (actions/get-script entities (actions/talk entities :ego "I don't think the cat would notice the wool from all the way up there.")) :default (actions/get-script entities (actions/talk entities :ego "Kitty seems disinterested in it."))}) cat-stand) :grandma (let [gma (assoc (animation->texture screen grandma-stand)