strength potion

This commit is contained in:
2015-02-18 20:04:34 -08:00
parent 4789df90f9
commit ffe112cfcb
3 changed files with 54 additions and 33 deletions

View File

@@ -60,10 +60,13 @@
(actions/update-state entities #(assoc % :next-time :day))
(inside-castle/walk-to-blergh entities)
(actions/do-dialogue entities
:ego "Blergh!"
:blergh "Oh, hello again."
:blergh "I thought I had taken care of you the last time I saw you."
:blergh "Any final words before I destroy you again?"))))
:ego "Bloodclot!"
:bloodclot-head "Oh, hello again."
:bloodclot-head "I thought I had taken care of you the last time I saw you."
:bloodclot-head "Any final words before I destroy you again?")
(actions/play-animation entities :ego :scared :continue? true)
(Thread/sleep 500)
(actions/walk-straight-to entities :ego [35 45] :override-dir :right :speed 3.0))))
:broken-clock (actions/get-script entities
(actions/walk-to entities :ego [141 90] :face :right)
(actions/play-animation entities :ego :reach)