summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-speak.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-speak.cc')
-rw-r--r--crawl-ref/source/mon-speak.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-speak.cc b/crawl-ref/source/mon-speak.cc
index 7e1cb37394..595dbcffd5 100644
--- a/crawl-ref/source/mon-speak.cc
+++ b/crawl-ref/source/mon-speak.cc
@@ -373,7 +373,7 @@ void maybe_mons_speaks (monsters *monster)
{
mons_speaks(monster);
}
- else if (monster->type == MONS_CRAZY_YIUF
+ else if (monster->type == MONS_CRAZY_YIUF
&& one_chance_in(MON_SPEAK_CHANCE / 3))
{
// Yiuf gets an extra chance to speak!