From c67bb95861c02f01988205c0879c72c53fc3c92e Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:56 +0100 Subject: Remove speak_unique option --- src/xtra2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xtra2.cc') diff --git a/src/xtra2.cc b/src/xtra2.cc index 19ac33e7..2fb56f59 100644 --- a/src/xtra2.cc +++ b/src/xtra2.cc @@ -3246,7 +3246,7 @@ bool_ mon_take_hit(int m_idx, int dam, bool_ *fear, cptr note) while (--curses); } - if (speak_unique && (r_ptr->flags2 & (RF2_CAN_SPEAK))) + if (r_ptr->flags2 & (RF2_CAN_SPEAK)) { char line_got[80]; /* Dump a message */ -- cgit v1.2.3