updated note.
This commit is contained in:
@@ -75,8 +75,8 @@
|
|||||||
(defn read-note-1 [entities]
|
(defn read-note-1 [entities]
|
||||||
(actions/do-dialogue entities
|
(actions/do-dialogue entities
|
||||||
:ego "It's a note from Gandarf! It says:"
|
:ego "It's a note from Gandarf! It says:"
|
||||||
:ego "\"Tick, I have been kidnapped by Bloodclot."
|
:ego "\"Tick, a number of us have been kidnapped by Bloodclot!"
|
||||||
:ego "He's got me locked up in his fortress of doom."
|
:ego "His minions have us locked up in his fortress of doom."
|
||||||
:ego "It's actually pretty comfortable, despite the name."
|
: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 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?"
|
: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 "You need to add the root of all evil to the cauldron."
|
||||||
:ego "Also, you'll need to add a split second."
|
:ego "Also, you'll need to add a split second."
|
||||||
:ego "Then, dip the Slinger's Shot in to complete the spell."
|
: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"))
|
(def frankie-color (Color/valueOf "B081ECFF"))
|
||||||
|
|
||||||
@@ -525,9 +527,9 @@
|
|||||||
(actions/do-stop entities :ego :face :right)
|
(actions/do-stop entities :ego :face :right)
|
||||||
(actions/do-dialogue entities :ego "Gandarf?"
|
(actions/do-dialogue entities :ego "Gandarf?"
|
||||||
:gandarf "Yes, it is I!"
|
: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!")
|
:gandarf "And I brought someone with me!")
|
||||||
(Thread/sleep 600)
|
(Thread/sleep 1000)
|
||||||
|
|
||||||
(actions/talk entities :gandarf "Beautius appearium!!" :anim :talk-angry)
|
(actions/talk entities :gandarf "Beautius appearium!!" :anim :talk-angry)
|
||||||
(particle-effect! (get-in @entities [:room :entities :magic-frog-particle]) :reset)
|
(particle-effect! (get-in @entities [:room :entities :magic-frog-particle]) :reset)
|
||||||
|
|||||||
Reference in New Issue
Block a user