summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monstuff.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index b1dfe5580e..0c8c4f86fa 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -3337,9 +3337,10 @@ static bool handle_spell( monsters *monster, bolt & beem )
// XXX: could be better, chosen to match the
// ones in monspeak.cc... has the problem
// that it doesn't suggest a vocal component. -- bwr
- simple_monster_message( monster,
- " gestures wildly.",
- MSGCH_MONSTER_SPELL );
+ if (player_monster_visible(monster))
+ simple_monster_message( monster,
+ " gestures wildly.",
+ MSGCH_MONSTER_SPELL );
break;
case 1:
simple_monster_message( monster,