updated charcoal description.

This commit is contained in:
Bryce Covert
2016-01-15 20:31:59 -08:00
parent 6e320c1391
commit e490295f55
2 changed files with 3 additions and 1 deletions

View File

@@ -101,7 +101,6 @@
:flask-1 {:name "Flask" :value :flask-1 :cursor :flask
:scripts {:mushrooms (add-mushrooms-to-flask)}}
:trophy {:name "Trophy of wisdom" :value :trophy :cursor :trophy}
:cheat-deck {:name "Warlock's Tower cheat deck" :value :cheat-deck :cursor :cheat-deck}
:cat-toy {:name "Cat toy" :value :cat-toy :cursor :cat-toy}
:stick {:name "Stick" :value :stick :cursor :stick :scripts {:wool make-cat-toy}}
:balloon {:name "Choicest of balloons" :value :balloon :cursor :balloon}

View File

@@ -258,6 +258,9 @@ void main ()
(defn get-ego-script [cursor [x y]]
(condp = (:value cursor)
:charcoal
(common/one-liner "Just a dark piece of charcoal.")
:flask-1-with-cream-of-mushroom
(actions/get-script entities (actions/talk entities :ego "Blegh! Gross!"))