can't skip getting down

This commit is contained in:
Bryce Covert
2016-02-15 07:53:32 -08:00
parent fd9ff02d5d
commit 60757614b1

View File

@@ -267,6 +267,11 @@
:interactions
{:down-dir {:box [150 0 270 20]
:script (actions/get-script entities
(if (get-in @entities [:room :entities :ladder])
(do
(actions/talk entities :ego "I'll get down.")
(get-down entities)))
(actions/walk-to entities :ego [200 10] :skip-type :end :stop? false)
(actions/walk-straight-to entities :ego [223 -51])
(actions/transition-background entities :outside-house [137 204])