From fa251145ef86c84d5293ceb7d760140f7da6d616 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Fri, 6 Nov 2015 10:01:56 -0800 Subject: [PATCH] small progress. --- desktop/src-common/advent/screens/rooms/inside_house.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src-common/advent/screens/rooms/inside_house.clj b/desktop/src-common/advent/screens/rooms/inside_house.clj index ced94afe..94cc1d42 100644 --- a/desktop/src-common/advent/screens/rooms/inside_house.clj +++ b/desktop/src-common/advent/screens/rooms/inside_house.clj @@ -70,7 +70,7 @@ "How can I prove that I'm worthy in wisdom?") {:run #(actions/respond entities % :wizard "Every year we have the annual Town of Remington Junior Smarty Pants Derby." - :wizard "The whole town gets together to vote on who is the wisest in town, by means of a game of riddles." + :wizard "The whole town votes on who is the wisest in town, after a competition of riddles." :wizard "Last year's winner was a young man named Brian O'Brainy, in town." :wizard "Maybe you can ask him.") :choices actions/previous-choices}