single to double quotes
This commit is contained in:
@@ -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 "There’s 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 "There’s 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)
|
||||
|
||||
Reference in New Issue
Block a user