diff --git a/desktop/src-common/advent/screens/rooms/common.clj b/desktop/src-common/advent/screens/rooms/common.clj index 7d581ea6..2f00cb48 100644 --- a/desktop/src-common/advent/screens/rooms/common.clj +++ b/desktop/src-common/advent/screens/rooms/common.clj @@ -170,21 +170,21 @@ (respond "Thanks! I agree.") (respond "The stash is by the jail.") (respond "You just have to pull the secret lever.") - (actions/update-state entities #(assoc % :knows-about-stash? true :stop? false)))} + (actions/update-state entities #(assoc % :knows-about-stash? true)))} "Err, your biceps are two in a million." {:run (fn [m] (talk m) (respond "Thanks! I agree.") (respond "The stash is by the jail.") (respond "You just have to pull the secret lever.") - (actions/update-state entities #(assoc % :knows-about-stash? true :stop? false)))} + (actions/update-state entities #(assoc % :knows-about-stash? true)))} "Ahh, Your charisma really holds the gang together." {:run (fn [m] (talk m) (respond "Thanks! I agree.") (respond "The stash is by the jail.") (respond "You just have to pull the secret lever.") - (actions/update-state entities #(assoc % :knows-about-stash? true :stop? false)))}]} + (actions/update-state entities #(assoc % :knows-about-stash? true)))}]} "But what about Chapter 47, section 12?" {:run (fn [m]