From 4f27387b9013fc5f79c00b4291c075bc564e5fc4 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 6 Oct 2009 00:14:50 -0400 Subject: Allow mummies to memorize summon horrible things because the summoned Xs are no longer permanent. --- crawl-ref/source/spl-book.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/spl-book.cc') 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; -- cgit v1.2.3-54-g00ecf