summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/direct.cc')
-rw-r--r--crawl-ref/source/direct.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc
index c822c03304..fb3b24718d 100644
--- a/crawl-ref/source/direct.cc
+++ b/crawl-ref/source/direct.cc
@@ -2107,6 +2107,10 @@ static void describe_monster(const monsters *mon)
mprf(MSGCH_EXAMINE, "%s is indifferent to you.",
mon->pronoun(PRONOUN_CAP).c_str());
+ if (mon->haloed())
+ mprf(MSGCH_EXAMINE, "%s is illuminated by a halo.",
+ mon->pronoun(PRONOUN_CAP).c_str());
+
std::string desc = "";
std::string last_desc = "";
std::string tmp = "";