From b4a8f7cbccb7948589c7d51299c453354ee99639 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Mon, 16 Nov 2015 09:58:36 -0800 Subject: [PATCH] updated note. --- desktop/src-common/advent/screens/rooms/common.clj | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/desktop/src-common/advent/screens/rooms/common.clj b/desktop/src-common/advent/screens/rooms/common.clj index 72e0bae6..98bcc413 100644 --- a/desktop/src-common/advent/screens/rooms/common.clj +++ b/desktop/src-common/advent/screens/rooms/common.clj @@ -75,8 +75,8 @@ (defn read-note-1 [entities] (actions/do-dialogue entities :ego "It's a note from Gandarf! It says:" - :ego "\"Tick, I have been kidnapped by Bloodclot." - :ego "He's got me locked up in his fortress of doom." + :ego "\"Tick, a number of us have been kidnapped by Bloodclot!" + :ego "His minions have us locked up in his fortress of doom." :ego "It's actually pretty comfortable, despite the name." :ego "You must cast the spell to restore magic to the Slinger's Shot yourself." :ego "You do still have The Slinger's Shot, don't you?" @@ -102,7 +102,9 @@ :ego "You need to add the root of all evil to the cauldron." :ego "Also, you'll need to add a split second." :ego "Then, dip the Slinger's Shot in to complete the spell." - :ego "Don't forget about my secret stash of helpful stuff.\"")) + :ego "Don't forget about my secret stash of helpful stuff." + :ego "P.S., It looks like Georgia McGorgeous has been captured, too." + :ego "She's rooting for you, Tick!\"")) (def frankie-color (Color/valueOf "B081ECFF")) @@ -525,9 +527,9 @@ (actions/do-stop entities :ego :face :right) (actions/do-dialogue entities :ego "Gandarf?" :gandarf "Yes, it is I!" - :gandarf "I have escaped!" + :gandarf "As soon as you defeated Bloodclot, all of his minions disappeared!" :gandarf "And I brought someone with me!") - (Thread/sleep 600) + (Thread/sleep 1000) (actions/talk entities :gandarf "Beautius appearium!!" :anim :talk-angry) (particle-effect! (get-in @entities [:room :entities :magic-frog-particle]) :reset)