From f5fa609e8ab4d569e555b44b5dc9529850d184c7 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sun, 14 Feb 2016 15:00:27 -0800 Subject: [PATCH] typo made puzzle uncompletable. --- desktop/src-common/advent/screens/rooms/inside_castle.clj | 2 +- desktop/src-common/advent/screens/scene.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/src-common/advent/screens/rooms/inside_castle.clj b/desktop/src-common/advent/screens/rooms/inside_castle.clj index b35309f4..7be2ac46 100644 --- a/desktop/src-common/advent/screens/rooms/inside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/inside_castle.clj @@ -578,7 +578,7 @@ (brian-get-to-work entities)))) :balloon (actions/get-script entities (walk-to-player entities) - (when (offer-solution entities :baloon) + (when (offer-solution entities :balloon) (do (actions/play-animation entities :ego :idea) (brian-pause-from-work entities) (actions/update-state entities (fn [s] (assoc s :current-riddle :frog-legs))) diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index dde4e22a..67ecf37b 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -435,7 +435,7 @@ void main () (common/one-liner "I've got some mushrooms in my flask.") :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 (common/one-liner "It's got the Duke of Remington's face on it.")