minor tweaks.

This commit is contained in:
Bryce Covert
2015-12-02 20:54:23 -08:00
parent 033acad52c
commit 22a650549e
12 changed files with 130 additions and 85 deletions

View File

@@ -169,8 +169,7 @@
(actions/update-entities entities #(assoc-in % [:room :entities :axe :opacity] 1.0))
(actions/give entities :broken-clock)
(actions/walk-straight-to entities :ego [170 71]))
(actions/talk entities :ego "No reason to chop that!"))
)
(actions/talk entities :ego "No reason to chop that!")))
:sword (actions/get-script entities (actions/talk entities :ego "I can just use the axe."))
:default (actions/get-script entities (actions/talk entities :ego "No reason to chop that!"))
:frog-legs (actions/get-script entities (actions/talk entities :ego "They're already chopped up!"))