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])