You can fill a flask.

This commit is contained in:
2014-10-06 13:00:25 -07:00
parent 438ed4f36f
commit d724080220
3 changed files with 5 additions and 2 deletions

View File

@@ -161,7 +161,10 @@
:carrot (actions/get-script entities
(actions/walk-to entities :ego [132 140])
(actions/talk entities :ego "Come on girl, get the carrot!")
(actions/walk-straight-to entities :sheep [95 150]))}
(actions/walk-straight-to entities :sheep [95 150]))
:flask (actions/get-script entities
(actions/give entities :flask-with-contents)
(actions/talk entities :ego "Sheeps milk."))}
:left {:walk (utils/flip sheep-walk)
:stand (utils/flip sheep-stand)}
:right {:walk sheep-walk