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.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 642531c7a2..50ad416e36 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -507,6 +507,16 @@ void mons_cast(monsters *monster, bolt &pbolt, spell_type spell_cast,
return;
}
+ case SPELL_BLINK_OTHER:
+ {
+ std::string msg = getSpeakString(monster->name(DESC_PLAIN)
+ + " blink_other");
+ if (!msg.empty())
+ {
+ mons_speaks_msg(monster, msg, MSGCH_TALK,
+ silenced(you.pos()) || silenced(monster->pos()));
+ }
+ }
}
// If a monster just came into view and immediately cast a spell,