summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-28 16:42:55 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-28 16:42:55 +0000
commited2381c38a0963ff4b1ca1e9e5dbfd521193b7e3 (patch)
tree94b515312df064b8673c39b82269d59fc2973207 /crawl-ref
parent2bc554ff35a7e20c28f1804bc7aea2c172e6263e (diff)
downloadcrawl-ref-ed2381c38a0963ff4b1ca1e9e5dbfd521193b7e3.tar.gz
crawl-ref-ed2381c38a0963ff4b1ca1e9e5dbfd521193b7e3.zip
[1857104] Rakshasas lacked M_ACTUAL_SPELLS.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3133 c06c8d41-db1a-0410-9941-cceddc491573
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 4e081d3601..19007d3ec5 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -604,7 +604,7 @@
{
MONS_RAKSHASA, 'R', YELLOW, "rakshasa",
- M_SPELLCASTER | M_SEE_INVIS | M_EVIL,
+ M_SPELLCASTER | M_SEE_INVIS | M_EVIL | M_ACTUAL_SPELLS,
MR_RES_POISON,
0, 15, MONS_RAKSHASA, MONS_RAKSHASA, MH_NATURAL, -10,
{ {AT_HIT, AF_PLAIN, 20}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },