bug fixes.

This commit is contained in:
Bryce Covert
2015-08-25 23:17:22 -07:00
parent ecbec4250a
commit fee02f0a58
6 changed files with 10 additions and 11 deletions

View File

@@ -409,9 +409,8 @@
{:run #(do (actions/respond entities % :wizard "Friend? "
:wizard "What kind of friend would do what you did to me?")
(Thread/sleep 500)
(actions/talk entities :wizard "You don't even remember what you did, do you?")
)
:choices #(-> % zip/left)}
(actions/talk entities :wizard "You don't even remember what you did, do you?"))
:choices #(-> % zip/left zip/left)}
"Or else what?"
{:run #(do (actions/talk entities :ego %)
(actions/talk entities :wizard "Or else I'll turn you into a frog!" :anim :talk-angry :stop? false)