better intro to sack lunch.

This commit is contained in:
2015-07-27 20:35:23 -07:00
parent da2a47bc3e
commit 81acc4f229
3 changed files with 5 additions and 4 deletions

View File

@@ -44,8 +44,9 @@
(if (actions/has-obtained? entities :sack-lunch)
(actions/talk entities :ego "He doesn't have anything else on him.")
(do (actions/do-dialogue entities
:ego "He has a sack lunch here."
:ego "Looks like it's pretty mangled from his spill.")
:ego "He has a sack lunch here."
:ego "UGH! Gross! It's got blue cheese dressing on it!")
(actions/play-animation entities :ego :get-sick)
(actions/give entities :sack-lunch))))
(defn grab-spear [entities]