can't get stash too quickly now.
This commit is contained in:
@@ -28,9 +28,6 @@
|
|||||||
during the animation when he drinks the potion.
|
during the animation when he drinks the potion.
|
||||||
|
|
||||||
+ only interact with something if you started your click on it
|
+ only interact with something if you started your click on it
|
||||||
+ Frankie should talk less when you enter room
|
|
||||||
+ Frankie should say something "Shhh, Tick's here."
|
|
||||||
+ You can find Gandarf's stash too quickly
|
|
||||||
|
|
||||||
+ Click on cauldron should tell you what you need to add
|
+ Click on cauldron should tell you what you need to add
|
||||||
|
|
||||||
|
|||||||
@@ -104,12 +104,18 @@
|
|||||||
(do-saved-grandma-dialogue entities)
|
(do-saved-grandma-dialogue entities)
|
||||||
(do-grandma-dialogue-with-cat entities)))
|
(do-grandma-dialogue-with-cat entities)))
|
||||||
|
|
||||||
|
(defn remove-rock-if-necessary [entities]
|
||||||
|
(if (actions/has-obtained? entities :note-1)
|
||||||
|
entities
|
||||||
|
(utils/remove-interaction entities :rock)))
|
||||||
|
|
||||||
(defn make-night [entities]
|
(defn make-night [entities]
|
||||||
(-> entities
|
(-> entities
|
||||||
(update-in [:room :entities] #(dissoc % :grandma))
|
(update-in [:room :entities] #(dissoc % :grandma))
|
||||||
(utils/remove-interaction :ladder-area)
|
(utils/remove-interaction :ladder-area)
|
||||||
(utils/remove-interaction :grandma)
|
(utils/remove-interaction :grandma)
|
||||||
(update-in [:room :entities] #(assoc % :owl (doto (get-in entities [:room :owl]) println)))))
|
(update-in [:room :entities] #(assoc % :owl (get-in entities [:room :owl])))
|
||||||
|
remove-rock-if-necessary))
|
||||||
|
|
||||||
(defn talk-to-owl [entities]
|
(defn talk-to-owl [entities]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user