summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index bcd3e0f29c..f438fc122a 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -6041,7 +6041,8 @@ void tile_item_use(int idx)
case OBJ_BOOKS:
if (item.sub_type == BOOK_MANUAL
- || item.sub_type == BOOK_DESTRUCTION)
+ || item.sub_type == BOOK_DESTRUCTION
+ || you.skills[SK_SPELLCASTING] == 0)
{
if (check_warning_inscriptions(item, OPER_READ))
handle_read_book(idx);