no book left behind.

This commit is contained in:
Bryce Covert
2015-08-06 23:10:36 -07:00
parent 7571038492
commit 15fca30496

View File

@@ -258,7 +258,7 @@
(defn make-night [entities]
(-> entities
(update-in [:room :entities] #(dissoc % :game-player))
(update-in [:room :entities] #(dissoc % :game-player :books))
add-monocle-if-necessary))
(defn make [screen]