From 77382855778f1bd79049f268af8e8627b1d82ab9 Mon Sep 17 00:00:00 2001 From: Remington Covert Date: Wed, 10 Dec 2014 21:12:07 -0800 Subject: [PATCH] minor tweaks. --- desktop/src-common/advent/screens/rooms/inside_cafeteria.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/src-common/advent/screens/rooms/inside_cafeteria.clj b/desktop/src-common/advent/screens/rooms/inside_cafeteria.clj index fe444a3c..00609af7 100644 --- a/desktop/src-common/advent/screens/rooms/inside_cafeteria.clj +++ b/desktop/src-common/advent/screens/rooms/inside_cafeteria.clj @@ -10,12 +10,13 @@ [play-clj.g2d :refer :all])) (defn do-warrior-dialogue [entities] + (actions/walk-to entities :ego [150 45] :face :left) (actions/talk entities :ego "Hey guys!") (actions/talk entities :warriors "Hark! Good day, young esquire.") (actions/present-choices entities {:choices ["Why dost thou speaketh in this manner?" {:run #(actions/respond entities % - :warriors "`Tis but a tradition!" + :warriors "`Tis a tradition!" :warriors "All knights speaketh in such a manner." :warriors "As my father instructedeth unto me as a mere lad: " :warriors "'Son, thou must speaketh in this manner.'"