summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorunknown <caotto@.(none)>2009-10-06 00:14:50 -0400
committerunknown <caotto@.(none)>2009-10-06 00:14:50 -0400
commit4f27387b9013fc5f79c00b4291c075bc564e5fc4 (patch)
tree79ac3936e28e11f442995f238d57e8349ebb523a /crawl-ref/source/spl-book.cc
parent3a2c2437079a7513c799793cd365d17a6e9195a4 (diff)
downloadcrawl-ref-4f27387b9013fc5f79c00b4291c075bc564e5fc4.tar.gz
crawl-ref-4f27387b9013fc5f79c00b4291c075bc564e5fc4.zip
Allow mummies to memorize summon horrible things because the summoned Xs are no longer permanent.
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 0cb0960c9b..d9532c3c30 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -1238,7 +1238,6 @@ bool you_cannot_memorise(spell_type spell)
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:
rc = true;