reworked the stash discovery puzzle. much better.

This commit is contained in:
Bryce Covert
2015-09-04 20:33:18 -07:00
parent 96c215605b
commit 967bc8f6a5
5 changed files with 123 additions and 69 deletions

View File

@@ -172,6 +172,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?])