diff --git a/desktop/resources/inside-antique/collision.png b/desktop/resources/inside-antique/collision.png index 2d896de3..8940e9a8 100644 Binary files a/desktop/resources/inside-antique/collision.png and b/desktop/resources/inside-antique/collision.png differ diff --git a/desktop/src-common/advent/screens/rooms/inside_antique.clj b/desktop/src-common/advent/screens/rooms/inside_antique.clj index 353b9d47..7e5cb6cb 100644 --- a/desktop/src-common/advent/screens/rooms/inside_antique.clj +++ b/desktop/src-common/advent/screens/rooms/inside_antique.clj @@ -156,7 +156,7 @@ ) }]}))) (defn return-portrait [ entities] - (actions/walk-to entities :ego [143 64] :face :left) + (actions/walk-to entities :ego [143 58] :face :left) (actions/play-animation entities :ego :reach) (actions/add-entity entities :portrait (get-in @entities [:room :portrait])) (actions/remove-item entities :portrait)) @@ -356,7 +356,7 @@ :baseline 125 :script (actions/get-script entities (if (= 3 (get-in @entities [:state :mints-eaten])) - (do (actions/walk-to entities :ego [159 62] :face :right) + (do (actions/walk-to entities :ego [159 58] :face :right) #_(actions/update-state entities (fn [s] (assoc s :mints-eaten 0))) (actions/do-dialogue entities @@ -364,7 +364,7 @@ :shopkeep "That's right, I'm all out." :shopkeep "Go tell Gandarf that I need some more brewed up." :shopkeep "Pronto!")) - (do (actions/walk-to entities :ego [159 62] :face :right) + (do (actions/walk-to entities :ego [159 58] :face :right) (if (= 0 (get-in @entities [:state :mints-eaten])) (actions/talk entities :ego "I'll just try one of these mints.") (actions/talk entities :ego "I'll just try another one of these mints.")) @@ -393,7 +393,7 @@ :y 114 :baseline 120 :script (actions/get-script entities - (actions/walk-to entities :ego [140 61] :face :left) + (actions/walk-to entities :ego [140 58] :face :left) (actions/play-animation entities :ego :reach) (actions/remove-entity entities :portrait) (actions/give entities :portrait)