Added a new daydream.

This commit is contained in:
Bryce Covert
2016-02-18 08:57:51 -08:00
parent c35c2a5132
commit a66d4af877
2 changed files with 11 additions and 3 deletions

View File

@@ -441,6 +441,10 @@
(actions/do-dialogue entities (actions/do-dialogue entities
:ego "I don't thing Angus is interested." :ego "I don't thing Angus is interested."
:ego "Farmer Doug only feeds him a wild high-protein grass.")) :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)) nil))
:stand) :stand)
:balloons (actions/start-animation screen :balloons (actions/start-animation screen

View File

@@ -345,8 +345,11 @@
:wizard "I appreciate your spirit, Tick, but why is it so important for you to become a knight?") :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." :choices ["I want to impress Georgia McGorgeous."
{:run #(do (actions/respond entities % {:run #(do (actions/respond entities %
:ego "You know, win her heart and everything." :ego "You know, win her heart and everything.")
:wizard "Well, no man can argue with true love." (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 "Me least of all."
:wizard "I'm still a bachelor myself.") :wizard "I'm still a bachelor myself.")
(Thread/sleep 1000) (Thread/sleep 1000)
@@ -751,7 +754,8 @@
(actions/talk entities :ego "Sheeps milk.") (actions/talk entities :ego "Sheeps milk.")
) )
(actions/talk entities :ego "She's too far away.")) (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 :flask-1-with-mushrooms
(actions/get-script entities (actions/get-script entities
(if (is-sheep-close? @entities) (if (is-sheep-close? @entities)