diff --git a/desktop/src-common/advent/screens/rooms/outside_castle.clj b/desktop/src-common/advent/screens/rooms/outside_castle.clj index c68eb0e3..c2490b3b 100644 --- a/desktop/src-common/advent/screens/rooms/outside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/outside_castle.clj @@ -441,6 +441,10 @@ (actions/do-dialogue entities :ego "I don't thing Angus is interested." :ego "Farmer Doug only feeds him a wild high-protein grass.")) + :flask-1-strength (actions/get-script entities + (actions/do-dialogue entities + :ego "He's buff enough as it is!" + :ego "Any more muscles and I think he'll explode.")) nil)) :stand) :balloons (actions/start-animation screen diff --git a/desktop/src-common/advent/screens/rooms/outside_house.clj b/desktop/src-common/advent/screens/rooms/outside_house.clj index 0da967d1..914ae737 100644 --- a/desktop/src-common/advent/screens/rooms/outside_house.clj +++ b/desktop/src-common/advent/screens/rooms/outside_house.clj @@ -345,8 +345,11 @@ :wizard "I appreciate your spirit, Tick, but why is it so important for you to become a knight?") :choices ["I want to impress Georgia McGorgeous." {:run #(do (actions/respond entities % - :ego "You know, win her heart and everything." - :wizard "Well, no man can argue with true love." + :ego "You know, win her heart and everything.") + (actions/georgia-say entities "Win my heart, Tick! You can do it!") + (actions/do-dialogue entities + :wizard "Ahem." + :wizard "Well, I suppose no man can argue with true love." :wizard "Me least of all." :wizard "I'm still a bachelor myself.") (Thread/sleep 1000) @@ -751,7 +754,8 @@ (actions/talk entities :ego "Sheeps milk.") ) (actions/talk entities :ego "She's too far away.")) - (actions/talk entities :ego "I don't need any milk."))) + (actions/do-dialogue entities :ego "I like a nice glass of milk." + :ego "But sheep's milk is too creamy for me."))) :flask-1-with-mushrooms (actions/get-script entities (if (is-sheep-close? @entities)