This commit is contained in:
Bryce Covert
2015-11-12 17:51:39 -08:00
parent 702eb8a52d
commit 16537aedd0
4 changed files with 1 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -34,10 +34,7 @@
(actions/do-dialogue entities
:ego "Yes! I got my stuff back!"
:ego "Including the Slinger's shot!")
(actions/give entities :flask-1-strength)
(actions/give entities :medal)
(actions/give entities :trophy)
(actions/give entities :slingshot))
(actions/update-state entities #(-> % (assoc :inventory (concat (:inventory %) [:flask-1-strength :medal :trophy :slingshot])))))
:else
(do
(actions/walk-to entities :ego [152 95] :face :right)