better intro to sack lunch.
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
:flask-flies-ash {:name "Water, flies, and ash" :value :flask-flies-ash :cursor :flask-water-stuff-2 :scripts {:feather (make-finished-component)}}
|
||||
:note-1 {:name "Note from Gandarf" :value :note-1 :cursor :note-1}
|
||||
:ash {:name "Ashes" :value :ash :cursor :ash :scripts {:flask-water (make-water-and-ash) :flask-water-flies (make-flies-ash)}}
|
||||
:sack-lunch {:name "Sack lunch" :value :sack-lunch :cursor :sack-lunch}
|
||||
:sack-lunch {:name "Pungent sack lunch" :value :sack-lunch :cursor :sack-lunch}
|
||||
:flies {:name "Flies" :value :flies :cursor :flies :scripts {:flask-water (make-water-and-flies) :flask-water-ash (make-flies-ash)}}
|
||||
:spear {:name "Spear" :value :spear :cursor :spear}
|
||||
:monocle {:name "Monocle" :value :monocle :cursor :monocle}
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user