summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.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-spll.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-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index a59e245575..01271160ad 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -241,8 +241,8 @@
{ MST_HELL_KNIGHT_I,
{
- SPELL_NO_SPELL,
SPELL_PAIN,
+ SPELL_THROW_FLAME,
SPELL_HASTE,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
@@ -252,7 +252,7 @@
{ MST_HELL_KNIGHT_II,
{
- SPELL_NO_SPELL,
+ SPELL_PAIN,
SPELL_BOLT_OF_FIRE,
SPELL_NO_SPELL,
SPELL_NO_SPELL,