summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/effects.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 1519bcdb09..8f6fbd66e0 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -1236,6 +1236,7 @@ static int _find_acquirement_subtype(object_class_type class_wanted,
// If the book is invalid find any valid one.
while (book_rarity(type_wanted) == 100
+ || type_wanted == BOOK_HEALING
|| type_wanted == BOOK_DESTRUCTION
|| type_wanted == BOOK_MANUAL)
{