diff --git a/desktop/src-common/advent/screens/rooms/cat_tree.clj b/desktop/src-common/advent/screens/rooms/cat_tree.clj index 799e700b..dabc25d0 100644 --- a/desktop/src-common/advent/screens/rooms/cat_tree.clj +++ b/desktop/src-common/advent/screens/rooms/cat_tree.clj @@ -195,7 +195,8 @@ :interactions {:down-dir {:box [150 0 270 20] :script (actions/get-script entities - (actions/walk-to entities :ego [203 1]) + (actions/walk-to entities :ego [200 10]) + (actions/walk-straight-to entities :ego [223 -51]) (actions/transition-background entities :outside-house [137 204]) (actions/walk-to entities :ego [195 140])) :cursor :down} @@ -333,4 +334,4 @@ (make-night entities) (utils/remove-interaction entities :rock) ))) - :start-pos [203 1]))) + :start-pos [200 10]))) diff --git a/desktop/src-common/advent/screens/rooms/outside_house.clj b/desktop/src-common/advent/screens/rooms/outside_house.clj index 6d005068..ff5f59d9 100644 --- a/desktop/src-common/advent/screens/rooms/outside_house.clj +++ b/desktop/src-common/advent/screens/rooms/outside_house.clj @@ -345,7 +345,8 @@ :script (actions/get-script entities (actions/walk-to entities :ego [137 204]) - (actions/transition-background entities :cat-tree [203 1])) + (actions/transition-background entities :cat-tree [223 -51]) + (actions/walk-straight-to entities :ego [200 10])) :cursor :up} :left-dir {:box [0 40 20 140] :script (actions/get-script