summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-08-16 21:25:48 +0200
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-08-16 22:16:58 +0200
commit5fdc2b4f8e4865aed44c840baff1bd3583fd3693 (patch)
treedd5c2cc38c8a96c1811373c550af1da802b85070 /crawl-ref/source/itemname.h
parentf8c06ea9aa6bd2adbf54cc85d725b0318cd08582 (diff)
downloadcrawl-ref-5fdc2b4f8e4865aed44c840baff1bd3583fd3693.tar.gz
crawl-ref-5fdc2b4f8e4865aed44c840baff1bd3583fd3693.zip
Add a toggle to the discoveries screen to display _un_known items.
You can already get a list of all these items by searching the db. This is simply more convenient. Also, wands on this screen now display their maximum number of charges rather than 0.
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index 80c5efcbd0..46b06f3d41 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -93,7 +93,7 @@ int property( const item_def &item, int prop_type );
const char* racial_description_string(const item_def& item, bool terse = false);
-bool check_item_knowledge(bool quiet = false);
+bool check_item_knowledge(bool quiet = false, bool inverted = false);
std::string quant_name( const item_def &item, int quant,
description_level_type des, bool terse = false );