summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorEino Keskitalo <evktalo@users.sourceforge.net>2010-01-15 19:39:58 +0200
committerEino Keskitalo <evktalo@users.sourceforge.net>2010-01-15 19:55:26 +0200
commit171243aee1f1727f1fa5964a6c55c566ebead46d (patch)
tree31379e52ad49895bcbc576734481a03f64f8b543 /crawl-ref
parent11b086105f15c5bfaf429b9715b02ad65c7c0539 (diff)
downloadcrawl-ref-171243aee1f1727f1fa5964a6c55c566ebead46d.tar.gz
crawl-ref-171243aee1f1727f1fa5964a6c55c566ebead46d.zip
Remove M_INSUBSTANTIAL from fake rakshasas again. It made them identifable by just looking at them.
Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/mon-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 4bba22264e..9d54b5f5e9 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -2891,7 +2891,7 @@ static monsterentry mondata[] = {
// fake R - conjured by the R's illusion spell.
{
MONS_RAKSHASA_FAKE, 'R', YELLOW, "rakshasa",
- M_INSUBSTANTIAL,
+ M_NO_FLAGS,
MR_RES_POISON,
0, 10, MONS_RAKSHASA_FAKE, MONS_RAKSHASA_FAKE, MH_DEMONIC, MAG_IMMUNE,
{ {AT_HIT, AF_PLAIN, 0}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },