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.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 6533ebea5f..4efa85e260 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -928,13 +928,10 @@ int book_rarity(unsigned char which_book)
case BOOK_DESTRUCTION:
return 30;
- case BOOK_HEALING:
- return 100;
-
default:
return 1;
}
-} // end book_rarity()
+}
bool is_valid_spell_in_book( int splbook, int spell )
{