From 88b9774c8539045e5fbbe1f6139dbf6d2c3de2cd Mon Sep 17 00:00:00 2001 From: Remington Covert Date: Sun, 14 Dec 2014 21:27:21 -0800 Subject: [PATCH] Better recipe dialogue. --- desktop/src-common/advent/screens/scene.clj | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index 33b3a03b..8b4c6229 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -183,14 +183,13 @@ (actions/play-animation entities :ego :grow :stop? false)) :recipe (actions/get-script entities (actions/do-dialogue entities :ego "The recipe says:" - :ego "'For strength beyond measure,'" - :ego "'you must mix, at your leisure:'" + :ego "'For strength beyond measure,\nyou must mix, at your leisure:'" :ego "'1. Cream of mushroom soup.'" :ego "'2. Saliva of the creature whose strength you want to match.'" - :ego "'A word of warning, before you go.'" - :ego "'A sip is all it takes to grow.'" - :ego "'Not more than that do drink,'" - :ego "'Or you'll push your body to the brink.'")) + :ego "'3. Mandrake root.'" + :ego "'A word of warning, before you go.\nA sip is all it takes to grow.'" + :ego "'Not more than that do drink,\nOr you'll push your body to the brink.'" + :ego "Hmm. I wonder what that last part means?")) nil)) :x (first start-pos) :y (last start-pos) :id "ego"}]