typos.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
(defn do-warrior-dialogue [entities]
|
||||
(actions/walk-to entities :ego [150 45] :face :left)
|
||||
(actions/talk entities :ego "Hey guys!")
|
||||
(actions/talk entities :ego "Hey, guys!")
|
||||
(actions/talk entities :warriors "Hark! Good day, young esquire.")
|
||||
(actions/present-choices entities
|
||||
{:choices ["Can I have some of your food?"
|
||||
@@ -51,7 +51,7 @@
|
||||
:warriors "As my father instructedeth unto me as a mere lad: "
|
||||
:warriors "'Son, thou must speaketh in this manner.'"
|
||||
:warriors "And I asketh unto him:"
|
||||
:warriors "'But father, why musteth I speaketh in this manner?'"
|
||||
:warriors "'But, Father, why musteth I speaketh in this manner?'"
|
||||
:warriors "'Yea, my son, for thou art a knight. And thou musteth speaketh in this manner.'"
|
||||
:warriors "And I toldeth unto him:"
|
||||
:warriors "'Thou art my father, and I am thy son. Therefore I will speaketh in this manner.'"
|
||||
@@ -77,7 +77,7 @@
|
||||
(actions/play-animation entities :ego :grow :stop? false)
|
||||
(play-battle entities :win)
|
||||
(actions/do-dialogue entities
|
||||
:warriors "Congratulations young master. Thou art worthy in might."
|
||||
:warriors "Congratulations, young master. Thou art worthy in might."
|
||||
:warriors "Take thy servant's medal of strength.")
|
||||
(actions/give entities :medal)
|
||||
(actions/glad entities)
|
||||
@@ -102,7 +102,7 @@
|
||||
(actions/present-choices entities {:choices [(when (not (actions/has-obtained? entities :ladder))
|
||||
"Nice ladder.")
|
||||
{:run #(actions/respond entities %
|
||||
:ladder-guard "Tis nice, indeed!"
|
||||
:ladder-guard "'Tis nice, indeed!"
|
||||
:ladder-guard "Belongeth to the Duke of Remington, it doth.")
|
||||
:choices ["Can I have it?"
|
||||
{:run #(actions/respond entities % :ladder-guard "No.")
|
||||
@@ -118,7 +118,7 @@
|
||||
:choices ["Pretty pretty pretty please?"
|
||||
{:run #(do (actions/respond entities %
|
||||
:ladder-guard "Well, okay."
|
||||
:ladder-guard "Do not darest telleth a soul, or thou wilst bring my family dishonor!"
|
||||
:ladder-guard "Do not durst telleth a soul, or thou wilst bring my family dishonor!"
|
||||
:ladder-guard "I will shame the name of my father, Luke, and his father, Puke."
|
||||
:ladder-guard "Not to mention, the duke will have my head!")
|
||||
(actions/walk-to entities :ego [211 63] :face :right)
|
||||
@@ -142,7 +142,7 @@
|
||||
:ladder-guard "I trusteth it is safe in thy possession?"
|
||||
:ego "Yes, it sure is!"
|
||||
:ego "Can I borrow it a while longer?"
|
||||
:ladder-guard "Yes, but do not durst tell a soul!")
|
||||
:ladder-guard "Yes, but do not durst telleth a soul!")
|
||||
(actions/respond entities %
|
||||
:ladder-guard "I trusteth it is safe in thy possession?"
|
||||
:ego "Ahem..."
|
||||
@@ -156,7 +156,7 @@
|
||||
(when (not (actions/has-obtained? entities :ladder))
|
||||
(actions/do-dialogue entities
|
||||
:ladder-guard "Dost thou seeth this ladder?"
|
||||
:ladder-guard "Tis my duty to guardeth it."
|
||||
:ladder-guard "'Tis my duty to guardeth it."
|
||||
:ladder-guard "Why, if I didst sit and dineth with my friends, a hoodlum wouldst steal it.")))
|
||||
:choices actions/previous-choices}
|
||||
"What's your name?"
|
||||
|
||||
Reference in New Issue
Block a user