tweaks outside house.
This commit is contained in:
@@ -131,14 +131,10 @@
|
|||||||
(if (get-in @entities [:state :convinced-wizard?])
|
(if (get-in @entities [:state :convinced-wizard?])
|
||||||
(do (actions/talk entities :wizard (str "Oh, hello there boy."))
|
(do (actions/talk entities :wizard (str "Oh, hello there boy."))
|
||||||
(utils/save @entities))
|
(utils/save @entities))
|
||||||
(wizard-dialogue entities)))}
|
(wizard-dialogue entities)))
|
||||||
:sword {:box [274 55 305 88]
|
:cursor :right}
|
||||||
:script (actions/get-script
|
|
||||||
entities
|
:right-dir {:box [220 141 320 224]
|
||||||
(actions/talk entities :ego (str "It's the coolest sword I've ever seen!"))
|
|
||||||
(actions/walk-to entities :ego [290 66])
|
|
||||||
(actions/talk entities :ego "Maybe I can pull it out."))}
|
|
||||||
:right-dir {:box [300 131 320 224]
|
|
||||||
:script (actions/get-script
|
:script (actions/get-script
|
||||||
entities
|
entities
|
||||||
(actions/walk-to entities :ego [244 150])
|
(actions/walk-to entities :ego [244 150])
|
||||||
|
|||||||
Reference in New Issue
Block a user