minor change.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user