summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-07 19:01:44 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-07 19:01:44 +0000
commit5273934a7b13dc0a77776f090ba024b244a3c9be (patch)
treefee66c9f447dd6d7bf7d4d316bb00216b73342e7
parent3a37725780b2c3fec7e90d155ad5c5f39ebb7e10 (diff)
downloadcrawl-ref-5273934a7b13dc0a77776f090ba024b244a3c9be.tar.gz
crawl-ref-5273934a7b13dc0a77776f090ba024b244a3c9be.zip
Merged r2789: blocked some undead spells.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.3@2790 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/spl-book.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 55340541a5..4cde52d04f 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -1086,11 +1086,18 @@ bool undead_cannot_memorise(spell_type spell, char being)
switch (spell)
{
//case SPELL_REGENERATION:
+ case SPELL_AIR_WALK:
+ case SPELL_ALTER_SELF:
+ case SPELL_BLADE_HANDS:
case SPELL_BORGNJORS_REVIVIFICATION:
case SPELL_CURE_POISON_II:
case SPELL_DEATHS_DOOR:
+ case SPELL_DRAGON_FORM:
+ case SPELL_ICE_FORM:
case SPELL_NECROMUTATION:
case SPELL_RESIST_POISON:
+ case SPELL_SPIDER_FORM:
+ case SPELL_STATUE_FORM:
case SPELL_SYMBOL_OF_TORMENT:
case SPELL_TAME_BEASTS:
case SPELL_BERSERKER_RAGE: