summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 22:04:28 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 22:04:28 -0600
commitc48b4e0e828ab1b12e858dfdf6ec870226261d7f (patch)
tree947db199d7bd50bda1b1d2255f6fcea9d36681b6 /crawl-ref/source/mon-data.h
parentc8e39879f153b12a505b47fe20481d457ca9d1c5 (diff)
downloadcrawl-ref-c48b4e0e828ab1b12e858dfdf6ec870226261d7f.tar.gz
crawl-ref-c48b4e0e828ab1b12e858dfdf6ec870226261d7f.zip
Make deep elf high priests resist hellfire, as they cast it, and orc
high priests resist it too.
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-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 961f8373eb..dd62fd3c76 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -594,7 +594,7 @@ static monsterentry mondata[] = {
{
MONS_DEEP_ELF_HIGH_PRIEST, 'e', LIGHTGREEN, "deep elf high priest",
M_SPELLCASTER | M_SPEAKS | M_PRIEST | M_WARM_BLOOD | M_SEE_INVIS,
- MR_NO_FLAGS,
+ MR_RES_HELLFIRE,
450, 10, MONS_ELF, MONS_ELF, MH_NATURAL, -6,
{ {AT_HIT, AF_PLAIN, 14}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 11, 3, 3, 0 },