wizard dialogue updates
This commit is contained in:
@@ -204,15 +204,17 @@
|
||||
:ego "It looks like there's an inscription here.")
|
||||
(actions/play-animation entities :ego :squat)
|
||||
(actions/do-dialogue entities
|
||||
:ego "'The Sword of Blergh with magic sting,\nShall yield to no earthly king.'"
|
||||
:ego "Worthy in wisdom, courage, and might,\nOnly then with sword he'll fight. ")
|
||||
:ego "'In the day when I shall be pulled,\nWith much strength a knight will take hold.'"
|
||||
:ego "'Courage will he need,\nWisdom he shall heed.'"
|
||||
:ego "'A final test remains, behold!'")
|
||||
(if (= 3 (count missing-items))
|
||||
(do
|
||||
(actions/walk-to entities :ego [115 54])
|
||||
(actions/do-dialogue entities
|
||||
:ego "I have to prove myself worthy in wisdom, courage, and might!"
|
||||
:ego "I think it means I have to prove myself worthy in wisdom, courage, and might!"
|
||||
:ego "Then I can become a knight and impress Georgia McGorgeous!")
|
||||
(actions/in-love entities))
|
||||
(actions/in-love entities)
|
||||
(actions/talk entities :ego "... I wonder what that last bit is about."))
|
||||
(actions/do-dialogue entities :ego (str "I've proven myself in "
|
||||
(str/join " and " (map item->proof obtained-items))
|
||||
", but still have to prove myself in "
|
||||
|
||||
Reference in New Issue
Block a user