single to double quotes
This commit is contained in:
@@ -75,34 +75,34 @@
|
||||
(defn read-note-1 [entities]
|
||||
(actions/do-dialogue entities
|
||||
:ego "It's a note from Gandarf! It says:"
|
||||
:ego "'Tick, I have been kidnapped by Bloodclot.'"
|
||||
:ego "'He's got me locked up in his fortress of doom.'"
|
||||
:ego "'It's actually pretty comfortable, despite the name.'"
|
||||
:ego "'You must cast the spell to restore magic to the Slinger's Shot yourself.'"
|
||||
:ego "'You still do have The Slinger's Shot, don't you?'"
|
||||
:ego "'I will do my best to help you along the way.'"
|
||||
:ego "'You will need to add to your flask: the ashes of magic and the sound of buzzing.'"
|
||||
:ego "'Then stir with the gift of flight.'"
|
||||
:ego "'Then pour the contents in the cauldron.'"
|
||||
:ego "'I will give you more instructions when I can.'"
|
||||
:ego "'And please hurry, because we're being forced into a karaoke competition.'"
|
||||
:ego "'I'm about at my wits' end.'"
|
||||
:ego "'P.S., Guard that slingshot with your life!'"
|
||||
:ego "'P.P.S., You can look for my secret stash of helpful stuff behind a nearby r...'"
|
||||
:ego "\"Tick, I have been kidnapped by Bloodclot."
|
||||
:ego "He's got me locked up in his fortress of doom."
|
||||
:ego "It's actually pretty comfortable, despite the name."
|
||||
:ego "You must cast the spell to restore magic to the Slinger's Shot yourself."
|
||||
:ego "You do still have The Slinger's Shot, don't you?"
|
||||
:ego "I will do my best to help you along the way."
|
||||
:ego "You will need to add to your flask: the ashes of magic and the sound of buzzing."
|
||||
:ego "Then stir with the gift of flight."
|
||||
:ego "Then pour the contents in the cauldron."
|
||||
:ego "I will give you more instructions when I can."
|
||||
:ego "And please hurry, because we're being forced into a karaoke competition."
|
||||
:ego "I'm about at my wits' end."
|
||||
:ego "P.S., Guard that slingshot with your life!"
|
||||
:ego "P.P.S., You can look for my secret stash of helpful stuff behind a nearby r...\""
|
||||
:ego "It just cuts off there."))
|
||||
|
||||
(defn read-note-2 [entities]
|
||||
(actions/do-dialogue entities
|
||||
:ego "It's a Bingo card."
|
||||
:ego "Look's like there's a note on the back."
|
||||
:ego "'Tick, the situation is dire. I don't have much time. Please hurry.'"
|
||||
:ego "'We've been forced into playing bingo for the last 3 hours.'"
|
||||
:ego "'You are almost done with the spell to restore magic to The Slinger's Shot.'"
|
||||
:ego "'You haven't lost it, right?'"
|
||||
:ego "'You need to add the root of all evil to the cauldron.'"
|
||||
:ego "'Also, you'll need to add a split second.'"
|
||||
:ego "'Then, dip the Slinger's Shot in to complete the spell.'"
|
||||
:ego "'Don't forget about my secret stash of helpful stuff.'"))
|
||||
:ego "\"Tick, the situation is dire. I don't have much time. Please hurry."
|
||||
:ego "We've been forced into playing bingo for the last 3 hours."
|
||||
:ego "You are almost done with the spell to restore magic to The Slinger's Shot."
|
||||
:ego "You haven't lost it, right?"
|
||||
:ego "You need to add the root of all evil to the cauldron."
|
||||
:ego "Also, you'll need to add a split second."
|
||||
:ego "Then, dip the Slinger's Shot in to complete the spell."
|
||||
:ego "Don't forget about my secret stash of helpful stuff.\""))
|
||||
(def frankie-color (Color/valueOf "9907CFFF"))
|
||||
|
||||
(defn listen-to-frankie [entities]
|
||||
@@ -170,7 +170,7 @@
|
||||
(talk m)
|
||||
(respond "Let's see, Chapter 24...")
|
||||
(respond "Ahh, yes, here it is.")
|
||||
(respond "'There is to be no robbery of the elderly...'")
|
||||
(respond "\"There is to be no robbery of the elderly...\"")
|
||||
(respond "Bubba, Chapter 24 doesn't say anything about our stash!"))
|
||||
:choices actions/previous-choices}
|
||||
|
||||
@@ -179,9 +179,9 @@
|
||||
(talk m)
|
||||
(respond "Let's see, Chapter 19A...")
|
||||
(respond "Ahh yes, here it is.")
|
||||
(respond "'If visual confirmation cannot be made...'")
|
||||
(respond "'The 'The super cool secret club' member can validate his allegiance... ")
|
||||
(respond "'By giving a nice compliment to the gang leader.'")
|
||||
(respond "\"If visual confirmation cannot be made...")
|
||||
(respond "The 'The super cool secret club' member can validate his allegiance... ")
|
||||
(respond "By giving a nice compliment to the gang leader.\"")
|
||||
(respond "... Well?"))
|
||||
:choices ["Umm, you've got a killer smile."
|
||||
{:run (fn [m]
|
||||
|
||||
Reference in New Issue
Block a user