summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-03 15:28:43 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-03 15:28:43 +0000
commit883ddf306092bf3af2052fc4857af9cfbffc969e (patch)
tree9d7cb0b9ef64c0b670276fb0aee6b646ec3e1d6b /crawl-ref/source/directn.cc
parent5b034d3af0173944e41aba9ba060f8edfd23a952 (diff)
downloadcrawl-ref-883ddf306092bf3af2052fc4857af9cfbffc969e.tar.gz
crawl-ref-883ddf306092bf3af2052fc4857af9cfbffc969e.zip
Fix [2831008]: Don't describe rakshasa clones as mindless, since it
gives away their being clones. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10486 c06c8d41-db1a-0410-9941-cceddc491573
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 1e162049f6..a640200b54 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3154,7 +3154,7 @@ 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)
+ if (mons_intel(mon) <= I_PLANT && mon->type != MONS_RAKSHASA_FAKE)
text += pronoun + " is mindless.\n";
// Give an indication of monsters being capable of seeing/sensing