summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mstuff2.cc')
-rw-r--r--crawl-ref/source/mstuff2.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 36cb559ec1..689a372175 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -884,7 +884,7 @@ void mons_cast_noise(monsters *monster, bolt &pbolt, spell_type spell_cast)
if (silent)
return;
- noisy(noise, monster->pos());
+ noisy(noise, monster->pos(), monster->mindex());
return;
}
@@ -1086,7 +1086,7 @@ void mons_cast_noise(monsters *monster, bolt &pbolt, spell_type spell_cast)
if (silent)
mons_speaks_msg(monster, msg, chan, true);
- else if (noisy(noise, monster->pos()) || !unseen)
+ else if (noisy(noise, monster->pos(), monster->mindex()) || !unseen)
{
// noisy() returns true if the player heard the noise.
mons_speaks_msg(monster, msg, chan);
@@ -2636,7 +2636,7 @@ bool orc_battle_cry(monsters *chief)
}
// The yell happens whether you happen to see it or not.
- noisy(15, chief->pos());
+ noisy(15, chief->pos(), chief->mindex());
// Disabling detailed frenzy announcement because it's so spammy.
const msg_channel_type channel =