minor change.

This commit is contained in:
Bryce Covert
2015-09-05 16:20:41 -07:00
parent 967bc8f6a5
commit d686883590

View File

@@ -170,21 +170,21 @@
(respond "Thanks! I agree.") (respond "Thanks! I agree.")
(respond "The stash is by the jail.") (respond "The stash is by the jail.")
(respond "You just have to pull the secret lever.") (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." "Err, your biceps are two in a million."
{:run (fn [m] {:run (fn [m]
(talk m) (talk m)
(respond "Thanks! I agree.") (respond "Thanks! I agree.")
(respond "The stash is by the jail.") (respond "The stash is by the jail.")
(respond "You just have to pull the secret lever.") (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." "Ahh, Your charisma really holds the gang together."
{:run (fn [m] {:run (fn [m]
(talk m) (talk m)
(respond "Thanks! I agree.") (respond "Thanks! I agree.")
(respond "The stash is by the jail.") (respond "The stash is by the jail.")
(respond "You just have to pull the secret lever.") (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?" "But what about Chapter 47, section 12?"
{:run (fn [m] {:run (fn [m]