bad guy.
This commit is contained in:
@@ -104,7 +104,28 @@
|
||||
(actions/play-animation entities :pull-sword :pull-sword)
|
||||
(actions/give entities :sword)
|
||||
(actions/remove-entity entities :sword)
|
||||
(actions/talk entities :ego "I got it! I will become the greatest knight Remington has ever known!"))
|
||||
(actions/transition-background entities :space [83 80])
|
||||
(actions/do-dialogue entities :ego "Where am I?")
|
||||
(actions/walk-to entities :ego [65 85] :face :left)
|
||||
(actions/do-dialogue entities :ego "What's going on?")
|
||||
(actions/walk-to entities :ego [55 55] :face :left)
|
||||
(actions/do-dialogue entities :ego "What is this place?"
|
||||
:blergh "Ahem.")
|
||||
(actions/walk-to entities :ego [50 55] :face :right)
|
||||
(actions/do-dialogue entities :ego "Who are YOU?!?!?!"
|
||||
:blergh "I'm your worst nightmare."
|
||||
:blergh "I am Blergh, and this is my dimension."
|
||||
:blergh "The last 100 years I have waited for someone to pull my old sword,\n and give me my chance to escape this prison!"
|
||||
:blergh "And you are the best you people could send me? HA!"
|
||||
:ego "Wait a second. I'm just a kid."
|
||||
:ego "I'm just trying to impress Georgia McGorgeous."
|
||||
:ego "I just... accidentally pulled the sword!"
|
||||
:ego "I didn't know I would have to fight!"
|
||||
:blergh "'Fight he must for one more test,\nHe will die if not the best.'"
|
||||
:blergh "Ring any bells?"
|
||||
:blergh "This will be easy."
|
||||
:blergh "I'll even let you take a free shot at me."
|
||||
:blergh "Come on! Give it a go!"))
|
||||
|
||||
(defn try-to-pull-sword [entities missing-items obtained-items]
|
||||
(let [item->proof {:trophy "wisdom" :medal "strength" :kiss "courage"}]
|
||||
|
||||
Reference in New Issue
Block a user