This commit is contained in:
Bryce Covert
2015-11-02 09:21:22 -08:00
parent 24d8fa7d23
commit 7aa2db4261
11 changed files with 73 additions and 73 deletions

View File

@@ -34,7 +34,7 @@
"So you're just waiting in the dark?"
{:run #(do (actions/respond entities %
:shopkeep "Somebody's got to guard all of this stuff."
:shopkeep "Plus my son will be back any minute now with those candles.")
:shopkeep "Plus, my son will be back any minute now with those candles.")
(actions/play-animation entities :shopkeep :sigh))
:choices actions/previous-choices}
"Something else."
@@ -101,7 +101,7 @@
{:run #(do (actions/respond entities %
:shopkeep "REALLY? You've met him?"
:ego "... erm. Yes!"
:shopkeep "If you really met him, you'll have to prove it."
:shopkeep "If you really did meet him, you'll have to prove it."
:shopkeep "What is my son's name?"))
:choice-fn (fn make-choices []
(let [names (shuffle boy-names)]
@@ -198,7 +198,7 @@
(when (or (actions/has-item? entities :portrait)
(has-to-return-teddy? entities))
(actions/walk-to entities :ego [235 15])
(actions/talk entities :shopkeep "Excuse me sonny. Please return my belongings before you leave.")
(actions/talk entities :shopkeep "Excuse me, sonny. Please return my belongings before you leave.")
(when (actions/has-item? entities :portrait)
(return-portrait entities))
(when (has-to-return-teddy? entities)
@@ -256,7 +256,7 @@
:grandfather-clock {:box [55 70 103 185]
:script (actions/get-script entities
(actions/do-dialogue entities :ego "Cool grandfather clock!"
:shopkeep "It's quite the exquisit piece, isn't it?"))}
:shopkeep "It's quite the exquisite piece, isn't it?"))}
:shelf {:box [0 60 52 199]
:script (actions/get-script entities
(actions/walk-to entities :ego [48 58])
@@ -334,7 +334,7 @@
#_(actions/update-state entities (fn [s] (assoc s :mints-eaten 0)))
(actions/do-dialogue entities
:ego "She's all out."
:shopkeep "That's right I'm all out."
:shopkeep "That's right, I'm all out."
:shopkeep "Go tell Gandarf that I need some more brewed up."
:shopkeep "Pronto!"))
(do (actions/walk-to entities :ego [159 62] :face :right)