more detail on castle screen.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
:mushrooms {:box [247 59 269 76]
|
||||
:script (actions/get-script
|
||||
entities
|
||||
(if (actions/has-item? entities :mushrooms)
|
||||
(if (actions/has-obtained? entities :mushrooms)
|
||||
(actions/talk entities :ego "I've already got a junk ton of mushrooms.")
|
||||
(do
|
||||
(actions/walk-to entities :ego [242 75])
|
||||
@@ -74,7 +74,7 @@
|
||||
(if (get-in entities [:state :opened-crack?])
|
||||
(assoc-in entities [:room :entities :peeling :opacity] 0)
|
||||
entities)
|
||||
(if (actions/has-one-of? entities [:stick :cat-toy])
|
||||
(if (actions/has-obtained? entities :stick)
|
||||
(update-in entities [:room :entities] #(dissoc % :stick))
|
||||
entities)))
|
||||
:start-pos [172 122]))
|
||||
|
||||
Reference in New Issue
Block a user