can mix potion.
This commit is contained in:
@@ -334,7 +334,15 @@
|
||||
:anim-start 0
|
||||
:script (actions/get-script entities
|
||||
(actions/walk-to entities :ego [213 87] :face :left)
|
||||
(actions/talk entities :ego "There's something up there on the roof!"))))
|
||||
(actions/talk entities :ego "There's something up there on the roof!"))
|
||||
:scripts {:spear (actions/get-script entities
|
||||
(actions/walk-to entities :ego [213 87] :face :left)
|
||||
(actions/talk entities :ego "Maybe I can reach it with this.")
|
||||
(actions/play-animation entities :ego :spear)
|
||||
(actions/talk entities :ego "Got it!")
|
||||
(actions/remove-entity entities :monocle)
|
||||
(actions/give entities :monocle)
|
||||
(actions/talk entities :ego "It looks like a monocle."))}))
|
||||
:collision "inside-castle/collision.png"
|
||||
:scale-fn (utils/scaler-fn-from-image "inside-castle/scale.png" 0.25 1.00)
|
||||
:apply-state (fn [entities]
|
||||
|
||||
Reference in New Issue
Block a user