typos.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
"What's with the safe?"
|
||||
{:run #(actions/respond entities %
|
||||
:wizard "That's my MagiSafe 5000."
|
||||
:wizard "It's used to keep whipper-snappers like you out of my precious belongings."
|
||||
:wizard "It's used to keep whippersnappers like you out of my precious belongings."
|
||||
:wizard "It's a magical safe only opened when the correct musical password is entered."
|
||||
:ego "What's the password?"
|
||||
:wizard "That's for me to know, and you not to find out.")
|
||||
@@ -70,7 +70,7 @@
|
||||
"How can I prove that I'm worthy in wisdom?")
|
||||
{:run #(actions/respond entities %
|
||||
:wizard "Every year we have the annual Town of Remington Junior Smarty Pants Derby."
|
||||
:wizard "The whole town gets together to vote on who is the wisest in town, by a game of riddles."
|
||||
:wizard "The whole town gets together to vote on who is the wisest in town, by means of a game of riddles."
|
||||
:wizard "Last year's winner was a young man named Brian O'Brainy, in town."
|
||||
:wizard "Maybe you can ask him.")
|
||||
:choices actions/previous-choices}
|
||||
@@ -80,7 +80,7 @@
|
||||
:wizard "Of course I could."
|
||||
:wizard "I keep all sorts of potion recipes in my MagiSafe 5000.")
|
||||
|
||||
(actions/talk entities :wizard "I can turn a weakling into an olympic lifter." :anim :talk-angry :stop? false)
|
||||
(actions/talk entities :wizard "I can turn a weakling into an Olympic lifter." :anim :talk-angry :stop? false)
|
||||
(actions/talk entities :wizard "A flea into a lion!" :anim :talk-angry :stop? false)
|
||||
(actions/talk entities :wizard "A klutz into a ballet dancer!" :anim :talk-angry :stop? true)
|
||||
(actions/do-dialogue entities
|
||||
@@ -95,7 +95,7 @@
|
||||
:wizard "Fought a firebreathing dragon?"
|
||||
:ego "Umm..."
|
||||
:wizard "Saved an old lady from a burning building?"
|
||||
:wizard "Stave off zombies from the eternal graveyard?"
|
||||
:wizard "Staved off zombies from the eternal graveyard?"
|
||||
:wizard "Rescued a stranded cat?"
|
||||
:ego "I haven't done any of those things!"
|
||||
:wizard "Seems to me you have to go do some heroic deeds!")
|
||||
@@ -168,7 +168,7 @@
|
||||
:scripts #(condp = %
|
||||
:kiss (actions/get-script entities
|
||||
(actions/do-dialogue entities
|
||||
:wizard "Good job boy! You saved a damsel in distress."
|
||||
:wizard "Good job, boy! You saved a damsel in distress."
|
||||
:wizard "You have proven yourself worthy in courage."))
|
||||
:medal (actions/get-script entities
|
||||
(actions/do-dialogue entities
|
||||
@@ -177,16 +177,16 @@
|
||||
:trophy (actions/get-script entities
|
||||
(actions/do-dialogue entities
|
||||
:wizard "My, my, you have proven your worth in wisdom!"
|
||||
:wizard "One day you'll be as wise as me!"))
|
||||
:wizard "One day, you'll be as wise as I am!"))
|
||||
:recipe (actions/get-script entities
|
||||
(actions/do-dialogue entities
|
||||
:ego "I probably shouldn't show him that I have his stolen posessions."))
|
||||
:ego "I probably shouldn't show him that I have his stolen possessions."))
|
||||
:frog-legs (actions/get-script entities
|
||||
(actions/do-dialogue entities
|
||||
:ego "I probably shouldn't show him that I have his stolen posessions."))
|
||||
:ego "I probably shouldn't show him that I have his stolen possessions."))
|
||||
:mandrake (actions/get-script entities
|
||||
(actions/do-dialogue entities
|
||||
:ego "I probably shouldn't show him that I have his stolen posessions."))
|
||||
:ego "I probably shouldn't show him that I have his stolen possessions."))
|
||||
:flask-1 (actions/get-script entities
|
||||
(actions/do-dialogue entities
|
||||
:wizard "You can keep the flask."))
|
||||
@@ -216,7 +216,7 @@
|
||||
(actions/remove-entity entities :flask)
|
||||
(actions/give entities :flask-1)
|
||||
(when (get-in @entities [:room :entities :wizard])
|
||||
(actions/do-dialogue entities :ego "Hey you think I could have this flask?"
|
||||
(actions/do-dialogue entities :ego "Hey, you think I could have this flask?"
|
||||
:wizard "Sure."))))
|
||||
:frog-legs (assoc (utils/get-texture "inside-house/frog-legs.png")
|
||||
:x 180 :y 77 :baseline 240
|
||||
|
||||
Reference in New Issue
Block a user