diff --git a/desktop/src-common/advent/screens/rooms/outside_house.clj b/desktop/src-common/advent/screens/rooms/outside_house.clj index 00b5b21e..4920286a 100644 --- a/desktop/src-common/advent/screens/rooms/outside_house.clj +++ b/desktop/src-common/advent/screens/rooms/outside_house.clj @@ -671,7 +671,7 @@ entities (if (actions/has-item? entities :wool) - (actions/talk entities :ego "The sheep has given me enough wool.") + (actions/talk entities :ego "Maybe I should use the wool I have before taking any more.") (if (is-sheep-close? @entities) (do (walk-to-sheep entities) (actions/play-animation entities :ego :reach)