Renaming Mr. Fangald -> Gandarf.
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
(< (dist-to-sheep entities) 45))
|
(< (dist-to-sheep entities) 45))
|
||||||
|
|
||||||
(defn wizard-dialogue [entities]
|
(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
|
(actions/present-choices entities
|
||||||
{:choices ["What do you mean, \"Not you again?\""
|
{: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.")
|
{: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 "While your goal sounds noble, no amount of bizarre conversation tree searching will earn my respect."
|
||||||
:wizard "Now please leave.")
|
:wizard "Now please leave.")
|
||||||
(actions/transition-background entities :outside-house [262 88]))}]}]}]}
|
(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!")
|
{:run #(actions/respond entities % :wizard "Of course not, you little brat. You've made my life a living hell!")
|
||||||
:choices #(-> % zip/left)}
|
:choices #(-> % zip/left)}
|
||||||
"Good bye, Mr. Fangald!"
|
"Goodbye, Gandarf!"
|
||||||
{:run #(do
|
{:run #(do
|
||||||
(actions/respond entities % :wizard "Now scram!")
|
(actions/respond entities % :wizard "Now scram!")
|
||||||
(actions/transition-background entities :outside-house [262 88]))}]}))
|
(actions/transition-background entities :outside-house [262 88]))}]}))
|
||||||
|
|||||||
Reference in New Issue
Block a user