summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 2a1b9bf5a3..54a509db3a 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -1087,6 +1087,7 @@ bool undead_cannot_memorise(spell_type spell, char being)
case SPELL_RESIST_POISON:
case SPELL_SPIDER_FORM:
case SPELL_STATUE_FORM:
+ case SPELL_STONESKIN:
case SPELL_SYMBOL_OF_TORMENT:
case SPELL_TAME_BEASTS:
return (true);
@@ -1128,6 +1129,7 @@ bool undead_cannot_memorise(spell_type spell, char being)
case SPELL_RESIST_POISON:
case SPELL_SPIDER_FORM:
case SPELL_STATUE_FORM:
+ case SPELL_STONESKIN:
case SPELL_SUMMON_HORRIBLE_THINGS:
case SPELL_SYMBOL_OF_TORMENT:
case SPELL_TAME_BEASTS: