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