summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 49e6007702..bf16ea1fbd 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3105,6 +3105,9 @@ static std::string _get_monster_desc(const monsters *mon)
if (mon->haloed())
text += pronoun + " is illuminated by a divine halo.\n";
+ if (mons_intel(mon) <= I_PLANT)
+ text += pronoun + " is mindless.\n";
+
// Give an indication of monsters being capable of seeing/sensing
// invisible creatures.
if (mons_behaviour_perceptible(mon) && !mons_is_sleeping(mon)