single to double quotes
This commit is contained in:
@@ -191,14 +191,14 @@
|
||||
(defn do-prophecy [entities]
|
||||
{:run #(do (actions/respond entities %
|
||||
:wizard "Well, let me remind you."
|
||||
:wizard "'On the day when it shall be pulled,\nWith much strength a knight will take hold.'"))
|
||||
:wizard "\"On the day when it shall be pulled,\nWith much strength a knight will take hold.\""))
|
||||
:choices
|
||||
["Is this almost over?"
|
||||
{:run #(do (actions/update-state entities (fn [state] (assoc state :convinced-wizard? true)))
|
||||
(actions/respond entities %
|
||||
:wizard "Patience, boy."
|
||||
:wizard "'Courage will he need,\nWisdom he shall heed.'"
|
||||
:wizard "'A final test remains, behold!'"
|
||||
:wizard "\"Courage will he need,\nWisdom he shall heed."
|
||||
:wizard "A final test remains, behold!\""
|
||||
:wizard "If this is truly your quest, then I will help you. "
|
||||
:ego "So you're my friend now, Gandarf?"
|
||||
:wizard "No."))}
|
||||
@@ -206,8 +206,8 @@
|
||||
{:run #(do (actions/update-state entities (fn [state] (assoc state :convinced-wizard? true)))
|
||||
(actions/respond entities %
|
||||
:wizard "Excuse you. Moving on..."
|
||||
:wizard "'Courage will he need,\nWisdom he shall heed.'"
|
||||
:wizard "'A final test remains, behold!'"
|
||||
:wizard "\"Courage will he need,\nWisdom he shall heed."
|
||||
:wizard "A final test remains, behold!\""
|
||||
:wizard "If this is truly your quest, then I will help you. "
|
||||
:ego "So you're my friend now, Gandarf?"
|
||||
:wizard "No.")
|
||||
@@ -354,7 +354,7 @@
|
||||
(do-prophecy entities)]}
|
||||
"I want to have the name 'Sir Tick.'"
|
||||
{:run #(actions/respond entities %
|
||||
:wizard "'Sir Tick.'"
|
||||
:wizard "\"Sir Tick.\""
|
||||
:ego "It does have a nice ring to it."
|
||||
:ego "Wouldn't you say?"
|
||||
:wizard "It does indeed!"
|
||||
|
||||
Reference in New Issue
Block a user