From d6868835902eada70bcaff73afc28c922c7f32ae Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sat, 5 Sep 2015 16:20:41 -0700 Subject: [PATCH] minor change. --- desktop/src-common/advent/screens/rooms/common.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]