From c48b4e0e828ab1b12e858dfdf6ec870226261d7f Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 5 Nov 2009 22:04:28 -0600 Subject: Make deep elf high priests resist hellfire, as they cast it, and orc high priests resist it too. --- crawl-ref/source/mon-data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-data.h') 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 }, -- cgit v1.2.3-54-g00ecf