From 77e5cc071bf2b3401569fe540e8a8d19c9eaac21 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sat, 15 Aug 2015 23:47:11 -0700 Subject: [PATCH] fire mint. --- desktop/gametodos.txt | 3 ++- desktop/src-common/advent/screens/rooms/inside_house.clj | 2 +- desktop/src-common/advent/screens/rooms/outside_house.clj | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/desktop/gametodos.txt b/desktop/gametodos.txt index 0acc0156..39245fbd 100644 --- a/desktop/gametodos.txt +++ b/desktop/gametodos.txt @@ -7,7 +7,6 @@ + alternate solutions to puzzle in jail (strength potion etc) + Opening should include dialogue tree + Antique shop dialogue - + Fire mints -> Lava mints everywhere + Have a gag that is that the room is dark + Have to open curtains + "Specialty lava mints, hand delivered by Gandarf!" @@ -32,3 +31,5 @@ +can walk to top corner in house screen + outside castle trees need to be updated + ++ Zounds! diff --git a/desktop/src-common/advent/screens/rooms/inside_house.clj b/desktop/src-common/advent/screens/rooms/inside_house.clj index 121d6c3e..73a2fc54 100644 --- a/desktop/src-common/advent/screens/rooms/inside_house.clj +++ b/desktop/src-common/advent/screens/rooms/inside_house.clj @@ -117,7 +117,7 @@ {:run #(actions/respond entities % :wizard "It looks to me as if you are ready to pull the sword, boy!") :choices actions/previous-choices} (when (= 3 (get-in @entities [:state :mints-eaten])) - "Someone ate all of the antique shopkeeper's fire mints.") + "Someone ate all of the antique shopkeeper's lava mints.") {:run #(do (actions/respond entities % :wizard "Already?" :wizard "Ok, I'll deliver some more myself. Don't touch anything while I'm gone.") diff --git a/desktop/src-common/advent/screens/rooms/outside_house.clj b/desktop/src-common/advent/screens/rooms/outside_house.clj index 6fbce21f..32a996b2 100644 --- a/desktop/src-common/advent/screens/rooms/outside_house.clj +++ b/desktop/src-common/advent/screens/rooms/outside_house.clj @@ -223,7 +223,7 @@ {:choices ["Surely you can't still be angry with me!" {:run #(actions/respond entities % :wizard "I can't?" :wizard "Do you even remember what you did?") - :choices ["You mean the time I set your house on fire with a fire mint?" + :choices ["You mean the time I set your house on fire with a lava mint?" {:run #(do (actions/respond entities % :wizard "No, of course n...")