From d8f2eed9cb4af72052f6ff78d352a3dfdc88daa0 Mon Sep 17 00:00:00 2001 From: Remington Covert Date: Mon, 27 Oct 2014 09:33:29 -0700 Subject: [PATCH] Renaming Mr. Fangald -> Gandarf. --- desktop/src-common/advent/screens/rooms/outside_house.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/src-common/advent/screens/rooms/outside_house.clj b/desktop/src-common/advent/screens/rooms/outside_house.clj index 84feb304..ee7ec9ce 100644 --- a/desktop/src-common/advent/screens/rooms/outside_house.clj +++ b/desktop/src-common/advent/screens/rooms/outside_house.clj @@ -20,7 +20,7 @@ (< (dist-to-sheep entities) 45)) (defn wizard-dialogue [entities] - (actions/do-dialogue entities :ego "Hello there Mr. Fangald!" :wizard "Oh no, not you again!") + (actions/do-dialogue entities :ego "Hello there Gandarf!" :wizard "Oh no, not you again!") (actions/present-choices entities {:choices ["What do you mean, \"Not you again?\"" {:run #(actions/respond entities % :wizard "I mean, you've wrecked my life and I never want to see you again.") @@ -104,10 +104,10 @@ :wizard "While your goal sounds noble, no amount of bizarre conversation tree searching will earn my respect." :wizard "Now please leave.") (actions/transition-background entities :outside-house [262 88]))}]}]}]} - "You're not happy to see me, Mr. Fangald?" + "You're not happy to see me, Gandarf?" {:run #(actions/respond entities % :wizard "Of course not, you little brat. You've made my life a living hell!") :choices #(-> % zip/left)} - "Good bye, Mr. Fangald!" + "Goodbye, Gandarf!" {:run #(do (actions/respond entities % :wizard "Now scram!") (actions/transition-background entities :outside-house [262 88]))}]}))