typo made puzzle uncompletable.
This commit is contained in:
@@ -578,7 +578,7 @@
|
|||||||
(brian-get-to-work entities))))
|
(brian-get-to-work entities))))
|
||||||
:balloon (actions/get-script entities
|
:balloon (actions/get-script entities
|
||||||
(walk-to-player entities)
|
(walk-to-player entities)
|
||||||
(when (offer-solution entities :baloon)
|
(when (offer-solution entities :balloon)
|
||||||
(do (actions/play-animation entities :ego :idea)
|
(do (actions/play-animation entities :ego :idea)
|
||||||
(brian-pause-from-work entities)
|
(brian-pause-from-work entities)
|
||||||
(actions/update-state entities (fn [s] (assoc s :current-riddle :frog-legs)))
|
(actions/update-state entities (fn [s] (assoc s :current-riddle :frog-legs)))
|
||||||
|
|||||||
@@ -435,7 +435,7 @@ void main ()
|
|||||||
(common/one-liner "I've got some mushrooms in my flask.")
|
(common/one-liner "I've got some mushrooms in my flask.")
|
||||||
|
|
||||||
:balloon
|
:balloon
|
||||||
(common/one-liner "My choicest baloon would be blue. But he didn't give me a choice.")
|
(common/one-liner "My choicest balloon would be blue. But he didn't give me a choice.")
|
||||||
|
|
||||||
:money
|
:money
|
||||||
(common/one-liner "It's got the Duke of Remington's face on it.")
|
(common/one-liner "It's got the Duke of Remington's face on it.")
|
||||||
|
|||||||
Reference in New Issue
Block a user