summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 4cfe2fd891..912153f1c7 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -582,6 +582,7 @@ void set_ident_flags( item_def &item, unsigned long flags )
}
if (notes_are_active() && !(item.flags & ISFLAG_NOTED_ID)
+ && get_ident_type(item) != ID_KNOWN_TYPE
&& fully_identified(item) && is_interesting_item(item))
{
// Make a note of it.