diff --git a/desktop/src-common/advent/screens/rooms/behind_house.clj b/desktop/src-common/advent/screens/rooms/behind_house.clj index 94b44e0c..572a9492 100644 --- a/desktop/src-common/advent/screens/rooms/behind_house.clj +++ b/desktop/src-common/advent/screens/rooms/behind_house.clj @@ -50,7 +50,7 @@ :window {:box [109 100 130 153] :script (actions/get-script entities - (actions/walk-to entities :ego [128 100]) + (actions/walk-to entities :ego [128 100] :face :left) (if (= :night (get-in @entities [:state :time])) (actions/do-dialogue entities :ego "The house is dark and empty.") (actions/do-dialogue entities