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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index ede520732b..186d1f9ce7 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -870,7 +870,8 @@ void monster_teleport(struct monsters *monster, bool instan, bool silent)
if (was_seen)
simple_monster_message(monster, " reappears nearby!");
else
- simple_monster_message(monster, " appears out of thin air!");
+ simple_monster_message(monster, " appears out of thin air!",
+ MSGCH_PLAIN, 0, DESC_CAP_A);
}
if (player_monster_visible(monster) && now_visible)