diff --git a/desktop/src-common/advent/screens/rooms/common.clj b/desktop/src-common/advent/screens/rooms/common.clj index b6a6ee12..9e880352 100644 --- a/desktop/src-common/advent/screens/rooms/common.clj +++ b/desktop/src-common/advent/screens/rooms/common.clj @@ -180,7 +180,7 @@ (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 "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." diff --git a/desktop/src-common/advent/screens/rooms/inside_antique.clj b/desktop/src-common/advent/screens/rooms/inside_antique.clj index 661af352..d95cc108 100644 --- a/desktop/src-common/advent/screens/rooms/inside_antique.clj +++ b/desktop/src-common/advent/screens/rooms/inside_antique.clj @@ -249,7 +249,7 @@ (if (get-in @entities [:state :opened-blinds?]) (do (actions/walk-to entities :ego [142 49] :face :left) (actions/play-animation entities :ego :hold-up-to-window) - (actions/talk entities :ego "The portrait says 'Herb' on the back.") + (actions/talk entities :ego "The portrait says \"Herb\" on the back.") (actions/update-state entities (fn [state] (update-in state [:clues] #(conj % :name)) ))) (do (actions/walk-to entities :ego [142 49] :face :left) (actions/play-animation entities :ego :hold-up-to-window) diff --git a/desktop/src-common/advent/screens/rooms/inside_castle.clj b/desktop/src-common/advent/screens/rooms/inside_castle.clj index 4b9289a1..8dd3f39b 100644 --- a/desktop/src-common/advent/screens/rooms/inside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/inside_castle.clj @@ -323,7 +323,7 @@ :ego "I think it means I have to prove myself worthy in wisdom, courage, and might!" :ego "Then I can become a knight and impress Georgia McGorgeous!") (actions/georgia-say entities "Tick! My handsome hero!") - (actions/talk entities :ego "... I wonder what the 'final test' bit is about.")) + (actions/talk entities :ego "... I wonder what the \"final test\" bit is about.")) (actions/do-dialogue entities :ego (str "I've proven myself in " (str/join " and " (map item->proof obtained-items)) ", but still have to prove myself in " diff --git a/desktop/src-common/advent/screens/rooms/inside_jail.clj b/desktop/src-common/advent/screens/rooms/inside_jail.clj index 0ab300d6..f9a90aec 100644 --- a/desktop/src-common/advent/screens/rooms/inside_jail.clj +++ b/desktop/src-common/advent/screens/rooms/inside_jail.clj @@ -99,7 +99,7 @@ :warden "Sure you were. If he even exists." :ego "He does! He's going to come destroy the town first thing in the morning!" :warden "Uh huh." - :warden "As if I have heard the 'bad guy is coming to destroy the town' 1000 times already." + :warden "As if I haven't heard the \"bad guy is coming to destroy the town\" 1000 times already." :warden "You could try coming up with something creative, chap." :ego "Creative?" :warden "Yeah, like, 'My mother is in the hospital.'" diff --git a/desktop/src-common/advent/screens/rooms/outside_castle.clj b/desktop/src-common/advent/screens/rooms/outside_castle.clj index d29be300..7bc5e862 100644 --- a/desktop/src-common/advent/screens/rooms/outside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/outside_castle.clj @@ -21,7 +21,7 @@ :ego "Hello there, peddler." :peddler "Good day, sir! Care to see any of my wares?" :peddler "I have only the choicest of wares." - :ego "What 'wares' are you selling?" + :ego "What \"wares\" are you selling?" :peddler "I have the choicest of all types of wares..." :peddler "...I'm well stocked on used earplugs..." :peddler "...glass eyes..." diff --git a/desktop/src-common/advent/screens/rooms/outside_house.clj b/desktop/src-common/advent/screens/rooms/outside_house.clj index a098f7ca..cc5db889 100644 --- a/desktop/src-common/advent/screens/rooms/outside_house.clj +++ b/desktop/src-common/advent/screens/rooms/outside_house.clj @@ -387,7 +387,7 @@ (Thread/sleep 1000) (actions/do-dialogue entities :wizard "Wait." - :wizard "What 'old geezer' are you referring to?" + :wizard "What \"old geezer\" are you referring to?" :ego "Umm...") (actions/talk entities :wizard "You don't happen to be referring to me, do you?" :anim :talk-angry :stop? false) (actions/begin-animation entities :wizard :magic-hands) @@ -462,7 +462,7 @@ {:run #(actions/respond entities % :wizard "What for, boy?" :ego "For borrowing the Duke's ladder." - :wizard "Hoooo boy, you don't 'borrow' from the Duke!" + :wizard "Hoooo boy, you don't \"borrow\" from the Duke!" :wizard "Everyone knows that!" :wizard "You're lucky he didn't have your head!") :choices actions/previous-choices} @@ -481,7 +481,7 @@ :wizard "You can't mean the goblin, Bloodclot?" :wizard "If you did, you'd be burned to a crisp from his lightning gem!" :ego "Yes, that Bloodclot!" - :wizard "I knew that there would be a 'final test' for the hero who pulled the blade..." + :wizard "I knew that there would be a \"final test\" for the hero who pulled the blade..." :wizard "But I never imagined this." :wizard "There's only one way to neutralize his lightning magic:" :wizard "The Slinger's Shot."