single to double quotes

This commit is contained in:
Bryce Covert
2015-11-09 09:42:51 -08:00
parent b12112a0fb
commit 05f5300a4e
7 changed files with 66 additions and 65 deletions

View File

@@ -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!"