can open jail.

This commit is contained in:
2014-12-27 13:11:17 -08:00
parent 766757b2cc
commit 30c23e04b8
5 changed files with 17 additions and 6 deletions

View File

@@ -22,7 +22,8 @@
(if (= :main cursor)
(:script spec)
(when-let [scripts (:scripts spec)]
(scripts (:value cursor)))))}))
(scripts (:value cursor)))))
:id id}))
entities (into {} (for [[id entity] entities]
[id (make-entity id entity)]))]
(merge params {:collision (advent.pathfind/map-from-resource collision)