strength potion
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user