From 883ddf306092bf3af2052fc4857af9cfbffc969e Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 3 Aug 2009 15:28:43 +0000 Subject: 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 --- crawl-ref/source/directn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf