minor fix.
This commit is contained in:
@@ -153,8 +153,11 @@
|
|||||||
(actions/talk entities :wizard "Don't touch my MagiSafe!!")
|
(actions/talk entities :wizard "Don't touch my MagiSafe!!")
|
||||||
(open-safe entities)))
|
(open-safe entities)))
|
||||||
:scripts {:tune (actions/get-script entities
|
:scripts {:tune (actions/get-script entities
|
||||||
(actions/talk entities :ego "How did that tune go again?")
|
(if (get-in @entities [:room :entities :wizard])
|
||||||
(actions/play-safe entities))}}
|
(actions/talk entities :wizard "Don't touch my MagiSafe!!")
|
||||||
|
(do
|
||||||
|
(actions/talk entities :ego "How did that tune go again?")
|
||||||
|
(actions/play-safe entities))))}}
|
||||||
:knight {:box [71 70 102 190]
|
:knight {:box [71 70 102 190]
|
||||||
:script (actions/get-script entities
|
:script (actions/get-script entities
|
||||||
(actions/talk entities :ego "Maybe when I am an older knight, Gandarf will give me his armor!"))}
|
(actions/talk entities :ego "Maybe when I am an older knight, Gandarf will give me his armor!"))}
|
||||||
|
|||||||
Reference in New Issue
Block a user