minor tweaks.

This commit is contained in:
2015-05-18 08:10:49 -07:00
parent 4fccafd97e
commit 3e0f897e08

View File

@@ -235,7 +235,7 @@
(actions/do-dialogue entities :ego "I wonder what all of these magic devices do.")))}
:grass {:box [26 105 60 160]
:script (actions/get-script entities
(if (not (actions/has-item? entities :grass))
(if (not (actions/has-obtained? entities :grass))
(do
(actions/walk-to entities :ego [60 100] :face :left)
(actions/play-animation entities :ego :reach)