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, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 6c803040e6..19a2d3b747 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3643,6 +3643,9 @@ void read_scroll(void)
// scrolls of immolation were already destroyed earlier
if (scroll_type != SCR_PAPER && scroll_type != SCR_IMMOLATION)
{
+ if ( id_the_scroll )
+ set_ident_flags( scroll, ISFLAG_KNOW_TYPE ); // for notes
+
dec_inv_item_quantity( item_slot, 1 );
}