diff --git a/desktop/src-common/advent/screens/rooms/inside_castle.clj b/desktop/src-common/advent/screens/rooms/inside_castle.clj index f0974546..df9ff943 100644 --- a/desktop/src-common/advent/screens/rooms/inside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/inside_castle.clj @@ -339,7 +339,7 @@ (defn add-monocle-if-necessary [entities] (if (and (not (actions/has-obtained? entities :monocle)) - (get-in entities [:state :talked-to-owl?])) + (get-in entities [:state :wants-monocle?])) (update-in entities [:room :entities] #(assoc % :monocle (get-in entities [:room :monocle]))) entities))