removed game player.
This commit is contained in:
@@ -446,7 +446,7 @@
|
|||||||
(if (actions/has-item? entities :sword)
|
(if (actions/has-item? entities :sword)
|
||||||
(update-in entities [:room :entities] #(dissoc % :sword))
|
(update-in entities [:room :entities] #(dissoc % :sword))
|
||||||
entities)
|
entities)
|
||||||
(if (= :night (get-in entities [:state :time]))
|
(if (#{:night :sunrise} (get-in entities [:state :time]))
|
||||||
(make-night entities)
|
(make-night entities)
|
||||||
entities)))
|
entities)))
|
||||||
:update-fn (fn [screen entities]
|
:update-fn (fn [screen entities]
|
||||||
|
|||||||
Reference in New Issue
Block a user