bug fixes.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user