more double quotes.

This commit is contained in:
Bryce Covert
2015-11-09 09:45:06 -08:00
parent 05f5300a4e
commit d6193450e4
6 changed files with 8 additions and 8 deletions

View File

@@ -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)