summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-03 15:29:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-03 15:29:18 +0000
commit85f8e9f9322d0fb8dd52a1e3e00b338837ab6649 (patch)
tree0cdf0b08d3a0e5c1639146254a4c723bc01c6fd8
parentfd89fbe84c262166ce919d8b22286b331c11186b (diff)
downloadcrawl-ref-85f8e9f9322d0fb8dd52a1e3e00b338837ab6649.tar.gz
crawl-ref-85f8e9f9322d0fb8dd52a1e3e00b338837ab6649.zip
Apply trunk r10486 to 0.5.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10487 c06c8d41-db1a-0410-9941-cceddc491573
-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 333d733e54..fad93b9af9 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3131,7 +3131,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