diff --git a/desktop/src-common/advent/screens/rooms/inside_castle.clj b/desktop/src-common/advent/screens/rooms/inside_castle.clj index c70d31cc..c565bd56 100644 --- a/desktop/src-common/advent/screens/rooms/inside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/inside_castle.clj @@ -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]