summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-09 12:41:07 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-09 12:41:07 -0600
commit7d7193d1f2df18b6b5a0e0558cd5456d878df04a (patch)
tree547d2f4eee85812536de95641df5d4c4dc67f0b4 /crawl-ref/source/mon-data.h
parentd04ebcaf6c3b9a75db6e3bdad0ff6e02e9b6f031 (diff)
downloadcrawl-ref-7d7193d1f2df18b6b5a0e0558cd5456d878df04a.tar.gz
crawl-ref-7d7193d1f2df18b6b5a0e0558cd5456d878df04a.zip
Adjust hell knights again.
They only get hellfire resistance now (with the fire resistance that implies), and their spellbooks have been tweaked so that both contain evil spells: the first has Throw Flame added as a complement to the second's Bolt of Fire, and the second has Pain added as a complement to the first's Pain. Accordingly, the check for natural monsters' resisting hellfire has been removed from monsters::is_evil().
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 ae37b3fe68..e3294a843d 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -3374,7 +3374,7 @@ static monsterentry mondata[] = {
{
MONS_HELL_KNIGHT, '@', RED, "hell knight",
M_FIGHTER | M_SPELLCASTER | M_ACTUAL_SPELLS | M_WARM_BLOOD | M_SPEAKS,
- MR_RES_FIRE | MR_RES_HELLFIRE,
+ MR_RES_HELLFIRE,
550, 10, MONS_HUMAN, MONS_HUMAN, MH_NATURAL, -3,
{ {AT_HIT, AF_PLAIN, 13}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 10, 3, 6, 0 },