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

@@ -88,9 +88,9 @@
(actions/talk entities :ego "There's a plaque here.")
(actions/play-animation entities :ego :squat)
(actions/do-dialogue entities
:ego "'A noble choice to be a knight.\nStrength and valor guard thee from fright.'"
:ego "Theres no need to shove\nTo find thy true love,'"
:ego "''Cause maidens swoon for guys with might.'" ; TODO - QUOTES
:ego "\"A noble choice to be a knight.\nStrength and valor guard thee from fright."
:ego "Theres no need to shove\nTo find thy true love,"
:ego "'Cause maidens swoon for guys with might.\""
:ego "Awesome!"
:ego "If I become a knight, maybe Georgia McGorgeous will love me!")
(actions/in-love entities))
@@ -113,9 +113,9 @@
(actions/talk entities :ego "There's a plaque here.")
(actions/play-animation entities :ego :squat)
(actions/do-dialogue entities
:ego "'Grab thy broom, son, and sweep that dirt!\nSweep and mop till thy armpits hurt.'"
:ego "'Thou smell like a hog,\nWith stench like a fog,'"
:ego "'So with thou no cute babes wouldst flirt.'")
:ego "\"Grab thy broom, son, and sweep that dirt!\nSweep and mop till thy armpits hurt."
:ego "Thou smell like a hog,\nWith stench like a fog,"
:ego "So with thou no cute babes wouldst flirt.\"")
(actions/play-animation entities :ego :sigh)
(when-not (get-in @entities [:room :entities :fairy-godfather :distracted?])
@@ -134,9 +134,9 @@
(actions/talk entities :ego "There's a plaque here.")
(actions/play-animation entities :ego :squat)
(actions/do-dialogue entities
:ego "'With thy shovel thou will enroll\nFor the dead man a resting hole.'"
:ego "'Thou doth own the night\nBut beware the plight:'"
:ego "'Thou will not wed, if twas thy goal.'")
:ego "\"With thy shovel thou will enroll\nFor the dead man a resting hole."
:ego "Thou doth own the night\nBut beware the plight:"
:ego "Thou will not wed, if twas thy goal.\"")
(actions/play-animation entities :ego :sigh)
(when-not (get-in @entities [:room :entities :fairy-godfather :distracted?])
(face-fairy entities)