minor dialogue change.

This commit is contained in:
Bryce Covert
2015-11-18 18:13:18 -08:00
parent dbe8553e28
commit 47fe42b7e4

View File

@@ -671,7 +671,7 @@
entities
(if (actions/has-item? entities :wool)
(actions/talk entities :ego "The sheep has given me enough wool.")
(actions/talk entities :ego "Maybe I should use the wool I have before taking any more.")
(if (is-sheep-close? @entities)
(do (walk-to-sheep entities)
(actions/play-animation entities :ego :reach)