summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-24 14:01:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-24 14:01:28 +0000
commit6fa0349a6996a4fc50ad1fa1b4d27fd1add7944e (patch)
treef0db07d9ab37f0a322c3c9cd1e5e12ea04cfc353 /crawl-ref/source/spl-book.cc
parent7ec9c03e29a691f6a69d2ab3d1143437115c93a4 (diff)
downloadcrawl-ref-6fa0349a6996a4fc50ad1fa1b4d27fd1add7944e.tar.gz
crawl-ref-6fa0349a6996a4fc50ad1fa1b4d27fd1add7944e.zip
Allow vampires to memorize Alter Self, and to cast it when they're
capable of mutating. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4590 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 8e29be0076..e8aeb45fa8 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -1112,7 +1112,6 @@ bool undead_cannot_memorise(spell_type spell, char being)
case SPELL_BORGNJORS_REVIVIFICATION:
case SPELL_DEATHS_DOOR:
case SPELL_NECROMUTATION:
- case SPELL_ALTER_SELF:
return true;
default:
// also, the above US_HUNGRY_DEAD spells are not castable