From c35c2a5132a2c09f5a4a914a645b662d2b7f3182 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Thu, 18 Feb 2016 08:45:40 -0800 Subject: [PATCH] tweak dialogue --- desktop/src-common/advent/screens/rooms/dream.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src-common/advent/screens/rooms/dream.clj b/desktop/src-common/advent/screens/rooms/dream.clj index 8de5eb69..6028597d 100644 --- a/desktop/src-common/advent/screens/rooms/dream.clj +++ b/desktop/src-common/advent/screens/rooms/dream.clj @@ -440,7 +440,7 @@ (steam/set-achievement "DESTINY") (actions/do-dialogue entities :ego "Man! What a dream!" - :ego "If only I really could be a knight." + :ego "If only I could become a real knight." :ego "Then I'd be able to win Georgia McGorgeous' heart.") (actions/in-love entities) (utils/save-chapter @entities :chapter-2))