updated charcoal description.
This commit is contained in:
@@ -101,7 +101,6 @@
|
|||||||
:flask-1 {:name "Flask" :value :flask-1 :cursor :flask
|
:flask-1 {:name "Flask" :value :flask-1 :cursor :flask
|
||||||
:scripts {:mushrooms (add-mushrooms-to-flask)}}
|
:scripts {:mushrooms (add-mushrooms-to-flask)}}
|
||||||
:trophy {:name "Trophy of wisdom" :value :trophy :cursor :trophy}
|
: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}
|
:cat-toy {:name "Cat toy" :value :cat-toy :cursor :cat-toy}
|
||||||
:stick {:name "Stick" :value :stick :cursor :stick :scripts {:wool make-cat-toy}}
|
:stick {:name "Stick" :value :stick :cursor :stick :scripts {:wool make-cat-toy}}
|
||||||
:balloon {:name "Choicest of balloons" :value :balloon :cursor :balloon}
|
:balloon {:name "Choicest of balloons" :value :balloon :cursor :balloon}
|
||||||
|
|||||||
@@ -258,6 +258,9 @@ void main ()
|
|||||||
(defn get-ego-script [cursor [x y]]
|
(defn get-ego-script [cursor [x y]]
|
||||||
|
|
||||||
(condp = (:value cursor)
|
(condp = (:value cursor)
|
||||||
|
:charcoal
|
||||||
|
(common/one-liner "Just a dark piece of charcoal.")
|
||||||
|
|
||||||
:flask-1-with-cream-of-mushroom
|
:flask-1-with-cream-of-mushroom
|
||||||
(actions/get-script entities (actions/talk entities :ego "Blegh! Gross!"))
|
(actions/get-script entities (actions/talk entities :ego "Blegh! Gross!"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user