I can see the fear in your eyes.
This commit is contained in:
@@ -145,21 +145,24 @@
|
||||
|
||||
|
||||
(actions/add-entity entities :blergh (get-in @entities [:room :blergh]))
|
||||
(actions/do-dialogue entities :ego "Who are you?!"
|
||||
(actions/talk entities :ego "Who are you?!" :anim :scared-talk)
|
||||
(actions/begin-animation entities :ego :scared)
|
||||
(actions/do-dialogue entities
|
||||
:bloodclot-head "I am Bloodclot, the Scottish goblin!"
|
||||
:bloodclot-head "I've spent last 100 years training for this day."
|
||||
:bloodclot-head "The day when I must best the worthiest of knights in battle."
|
||||
:bloodclot-head "But I had never expected my foe to be so..."
|
||||
:bloodclot-head "... appetizing."
|
||||
:bloodclot-head "You're no hero. You're just a morsel."
|
||||
:bloodclot-head "Come here, and I promise I will spare you much pain."
|
||||
:ego "Wait a second. I'm just a kid.")
|
||||
:bloodclot-head "Come here, and I promise I will spare you much pain.")
|
||||
(actions/talk entities :ego "Wait a second. I'm just a kid." :anim :scared-talk)
|
||||
(actions/walk-straight-to entities :ego [115 45] :override-dir :right)
|
||||
(actions/do-dialogue entities :ego "I'm just trying to impress Georgia McGorgeous.")
|
||||
(actions/talk entities :ego "I'm just trying to impress Georgia McGorgeous." :anim :scared-talk)
|
||||
(actions/walk-straight-to entities :ego [75 45] :override-dir :right)
|
||||
(actions/do-dialogue entities :ego "I just... accidentally pulled the sword!")
|
||||
(actions/talk entities :ego "I just... accidentally pulled the sword!":anim :scared-talk)
|
||||
(actions/walk-straight-to entities :ego [35 45] :override-dir :right)
|
||||
(actions/do-dialogue entities :ego "I wouldn't taste very good anyhow!")
|
||||
(actions/talk entities :ego "I wouldn't taste very good anyhow!" :anim :scared-talk)
|
||||
(actions/begin-animation entities :ego :scared)
|
||||
(actions/do-dialogue entities
|
||||
:bloodclot-head "'Fight he must for one more test,\nHe will die if not the best.'"
|
||||
:bloodclot-head "Ring any bells?"
|
||||
|
||||
Reference in New Issue
Block a user