summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 692aa655b4..da52bb3673 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1664,7 +1664,8 @@ std::string get_item_description( const item_def &item, bool verbose,
<< " link: " << item.link
<< " slot: " << item.slot
<< " ident_type: "
- << static_cast<int>(get_ident_type(item));
+ << static_cast<int>(get_ident_type(item))
+ << " book_number: " << item.book_number();
}
#endif