bug fixes.

This commit is contained in:
Bryce Covert
2015-08-25 23:17:22 -07:00
parent ecbec4250a
commit fee02f0a58
6 changed files with 10 additions and 11 deletions

View File

@@ -57,13 +57,13 @@
"Is there anything here you will sell?"
{:run #(actions/respond entities %
:shopkeep "No, not until my son returns.")
:choices #(-> % zip/left)}
:choices #(-> % zip/left zip/left)}
"If I get some light in here, will you open up shop?"
{:run #(actions/respond entities %
:shopkeep "No."
:shopkeep "I need my son to help around the shop anyways."
:shopkeep "And there's a lot to fix up before we're ready to open shop again.")
:choices #(-> % zip/left zip/left)}
:choices #(-> % zip/left zip/left zip/left zip/left)}
"Something else."
{:choices actions/something-else}]}
"Are those lava mints on the desk?"
@@ -172,7 +172,7 @@
(when (actions/has-item? entities :portrait)
(return-portrait entities))
(when (has-to-return-teddy? entities)
(return-teddy teddy)))
(return-teddy entities)))
(actions/walk-to entities :ego [235 15] :stop? false :skip-type :end)
(actions/walk-straight-to entities :ego [320 -5])