made gate bi-directional.

This commit is contained in:
Bryce Covert
2016-01-07 22:14:09 -08:00
parent 3020bdcd81
commit b8b323fc06
2 changed files with 10 additions and 4 deletions

View File

@@ -215,7 +215,7 @@
(actions/do-dialogue entities :frankie "3 easy payments of 29.99 sheckles?"))))
(defn block-entrance [entities]
(actions/update-state entities #(assoc % :bubba-gone? false))
(actions/transition-background entities :castle-gate [340 40])
(actions/walk-straight-to entities :ego [300 45])
(if (get-in @entities [:state :seen-frankie?])