giving item.

This commit is contained in:
Bryce Covert
2015-11-22 14:53:16 -08:00
parent 85cf347b87
commit fb0dc333c6
5 changed files with 3 additions and 2 deletions

View File

@@ -794,6 +794,7 @@
(actions/play-animation entities :ego :start-squat-2 :stop? false)
(Thread/sleep 200)
(actions/remove-entity entities :charcoal)
(actions/give entities :charcoal)
(actions/play-animation entities :ego :end-squat)
(actions/talk entities :ego "It's a small, sharp piece of charcoal.")
)