From 9dcd4c8b2ed5aab0a7666f0070de69f0ae7c96d1 Mon Sep 17 00:00:00 2001 From: Remington Covert Date: Mon, 8 Dec 2014 18:13:23 -0800 Subject: [PATCH] tweaks outside house. --- .../advent/screens/rooms/outside_house.clj | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/desktop/src-common/advent/screens/rooms/outside_house.clj b/desktop/src-common/advent/screens/rooms/outside_house.clj index 47f8b8e0..3950b376 100644 --- a/desktop/src-common/advent/screens/rooms/outside_house.clj +++ b/desktop/src-common/advent/screens/rooms/outside_house.clj @@ -131,14 +131,10 @@ (if (get-in @entities [:state :convinced-wizard?]) (do (actions/talk entities :wizard (str "Oh, hello there boy.")) (utils/save @entities)) - (wizard-dialogue entities)))} - :sword {:box [274 55 305 88] - :script (actions/get-script - entities - (actions/talk entities :ego (str "It's the coolest sword I've ever seen!")) - (actions/walk-to entities :ego [290 66]) - (actions/talk entities :ego "Maybe I can pull it out."))} - :right-dir {:box [300 131 320 224] + (wizard-dialogue entities))) + :cursor :right} + + :right-dir {:box [220 141 320 224] :script (actions/get-script entities (actions/walk-to entities :ego [244 150])