summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 10:00:00 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 10:00:00 -0600
commit892eaad5f1a997d89b24d0a160ba2621d57c536b (patch)
treed89197af9abaac619ba479cac73914d58fd8262d /crawl-ref/source/mon-spll.h
parent20356607e5d026abc34481bac7e0ed343a349c30 (diff)
downloadcrawl-ref-892eaad5f1a997d89b24d0a160ba2621d57c536b.tar.gz
crawl-ref-892eaad5f1a997d89b24d0a160ba2621d57c536b.zip
Ensure that both deep elf conjurer spellbooks are evil.
In the first deep elf conjurer book, replace Sticky Flame with Bolt of Draining; the second book has Sticky Flame, as well as having Bolt of Draining in the same slot.
Diffstat (limited to 'crawl-ref/source/mon-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index 01271160ad..52d6f152a7 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -553,7 +553,7 @@
SPELL_BOLT_OF_COLD,
SPELL_CANTRIP,
SPELL_LIGHTNING_BOLT,
- SPELL_STICKY_FLAME,
+ SPELL_BOLT_OF_DRAINING,
SPELL_TELEPORT_SELF
}
},