more progress

This commit is contained in:
Bryce Covert
2016-07-29 09:25:25 -07:00
parent c765649d4d
commit a93c13d90c
3 changed files with 81 additions and 30 deletions

View File

@@ -172,7 +172,7 @@
(actions/walk-to entities :ego [242 49] :face :right)
(actions/play-animation entities :ego :reach)
(actions/add-entity entities :teddy (get-in @entities [:room :teddy]))
(actions/remove-item entities :teddy))
(actions/remove-item entities :portrait))
(defn has-to-return-teddy? [entities]
(and (actions/has-item? entities :teddy)