minor tweaks to dialogue
This commit is contained in:
@@ -61,11 +61,11 @@
|
||||
{:run #(do (actions/respond entities %
|
||||
:grandma "It's my Smuffle Wuffles!"
|
||||
:grandma "We were on a pleasant walk through the woods."
|
||||
:grandma "Then we got in argument, and so he ran up into that tree!")
|
||||
:grandma "Then we got in an argument, and so he ran up into that tree!")
|
||||
(actions/play-animation entities :grandma :cry)
|
||||
(actions/do-dialogue entities
|
||||
:ego "An argument? With a cat?"
|
||||
:grandma "Yes of course! We were arguing about politics!"))
|
||||
:grandma "Yes, of course! We were arguing about politics!"))
|
||||
:choices ["So you want me to get your cat down?"
|
||||
{:run #(actions/respond entities %
|
||||
:grandma "Yes! I need a courageous hero to rescue Smuffle Wuffles for me."
|
||||
@@ -104,7 +104,7 @@
|
||||
:grandma "Young man, I was here when that sword was put in the stone 100 years ago!"
|
||||
:grandma "Of course I know how it can be pulled!"
|
||||
:grandma "One must prove themselves worthy in wisdom, courage, and might."
|
||||
:grandma "How about proving your courage by helping rescue Smuffle Wuffles?")
|
||||
:grandma "How about proving your courage by helping me rescue Smuffle Wuffles?")
|
||||
:choices actions/previous-choices}
|
||||
"Later."
|
||||
{:run #(do (actions/respond entities %
|
||||
@@ -154,9 +154,10 @@
|
||||
{:run #(do (actions/respond entities %
|
||||
:owl "Yes, in fact there is."
|
||||
:owl "You see, we owls have very strong vision."
|
||||
:owl "I was born with a birth defect, and only one of my eyes is good."
|
||||
:owl "I dropped my monocle somewhere around here!"
|
||||
:owl "Without it, I have severe nausea.")
|
||||
:owl "I was born with a birth defect, and only one of my eyes is sharp enough for hunting."
|
||||
:owl "As for the other, alas, I need a monocle, or it's useless."
|
||||
:owl "And now I've dropped that very monocle somewhere in this valley!"
|
||||
:owl "What's worse, without it, I have severe nausea.")
|
||||
(do-puke entities)
|
||||
(actions/do-dialogue entities
|
||||
:owl "Excuse me."
|
||||
@@ -200,7 +201,8 @@
|
||||
:owl "Have you ever thought that maybe you're not that enjoyable to talk to?"
|
||||
:ego "I guess not."
|
||||
:owl "Naw, I'm just pulling your leg."
|
||||
:owl "I'm an owl, and owls are wise.")
|
||||
:owl "I'm an owl, and owls are wise."
|
||||
:owl "Therefore we express our wisdom by way of speech.")
|
||||
(present-owl-choices entities)))
|
||||
(actions/update-state entities #(assoc % :talked-to-owl? true)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user