summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 6461342c0a..60dbc7bceb 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -2480,7 +2480,7 @@ static void _generate_book_item(item_def& item, int allow_uniques,
continue;
}
}
- while (item.sub_type == BOOK_HEALING);
+ while (book_rarity(item.sub_type) == 100);
// Tome of destruction: rare!
if (item_level > 10 && x_chance_in_y(21 + item_level, 7000))