tweaks outside house.
This commit is contained in:
@@ -131,14 +131,10 @@
|
||||
(if (get-in @entities [:state :convinced-wizard?])
|
||||
(do (actions/talk entities :wizard (str "Oh, hello there boy."))
|
||||
(utils/save @entities))
|
||||
(wizard-dialogue entities)))}
|
||||
:sword {:box [274 55 305 88]
|
||||
:script (actions/get-script
|
||||
entities
|
||||
(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]
|
||||
(wizard-dialogue entities)))
|
||||
:cursor :right}
|
||||
|
||||
:right-dir {:box [220 141 320 224]
|
||||
:script (actions/get-script
|
||||
entities
|
||||
(actions/walk-to entities :ego [244 150])
|
||||
|
||||
Reference in New Issue
Block a user