minor tweak for safe interaction

This commit is contained in:
Bryce Covert
2016-06-15 17:54:23 -07:00
parent 0962cd6478
commit 23fda8c5bc

View File

@@ -151,7 +151,10 @@
(actions/walk-to entities :ego [59 65])
(if (get-in @entities [:room :entities :wizard])
(actions/talk entities :wizard "Don't touch my MagiSafe!!")
(open-safe entities)))}
(open-safe entities)))
:scripts {:tune (actions/get-script entities
(actions/talk entities :ego "How did that tune go again?")
(actions/play-safe entities))}}
:knight {:box [71 70 102 190]
:script (actions/get-script entities
(actions/talk entities :ego "Maybe when I am an older knight, Gandarf will give me his armor!"))}