summaryrefslogtreecommitdiff
path: root/src/store.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
commitc67bb95861c02f01988205c0879c72c53fc3c92e (patch)
tree741d945e8d5ef3a550c0b7c621ec4abf758f052f /src/store.cc
parent65cf7c8566d814e0564ef86db698bd52fc6bc788 (diff)
Remove speak_unique option
Diffstat (limited to 'src/store.cc')
-rw-r--r--src/store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store.cc b/src/store.cc
index aeec0069..15c97d1d 100644
--- a/src/store.cc
+++ b/src/store.cc
@@ -76,7 +76,7 @@ static void say_comment_1(void)
msg_print(comment_1[rand_int(MAX_COMMENT_1)]);
- if (randint(RUMOR_CHANCE) == 1 && speak_unique)
+ if (randint(RUMOR_CHANCE) == 1)
{
msg_print("The shopkeeper whispers something into your ear:");
get_rnd_line("rumors.txt", rumour);