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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 9cccc435a1..cc6b8ea9d7 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3065,7 +3065,7 @@ static std::string _get_monster_desc(const monsters *mon)
else if (mons_neutral(mon)) // don't differentiate between permanent or not
text += pronoun + " is indifferent to you.\n";
- if (mons_is_summoned(mon))
+ if (mons_is_summoned(mon) && mon->type != MONS_RAKSHASA_FAKE)
text += pronoun + " has been summoned.\n";
if (mon->haloed())