summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.h
diff options
context:
space:
mode:
authorPekka Lampila <pekka.lampila@iki.fi>2013-04-25 18:16:03 +0100
committerChris Campbell <chriscampbell89@gmail.com>2013-04-25 18:22:14 +0100
commita259dab223f9a339eb64c16a5e68b52dc918ed23 (patch)
tree509c29a115f01ae147cc1edc30785b83e2805975 /crawl-ref/source/shopping.h
parent34cae138a520cc9b889763d358df0bb9d6258bee (diff)
downloadcrawl-ref-a259dab223f9a339eb64c16a5e68b52dc918ed23.tar.gz
crawl-ref-a259dab223f9a339eb64c16a5e68b52dc918ed23.zip
Show (unknown) in shopping list and stash tracker
This is for identified items in shops that are not yet identified by the player. Was already shown in actual shop menu.
Diffstat (limited to 'crawl-ref/source/shopping.h')
-rw-r--r--crawl-ref/source/shopping.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/shopping.h b/crawl-ref/source/shopping.h
index cf1fe53ef5..70fd69035e 100644
--- a/crawl-ref/source/shopping.h
+++ b/crawl-ref/source/shopping.h
@@ -31,6 +31,7 @@ string shop_name(const coord_def& where, bool add_stop);
bool shoptype_identifies_stock(shop_type type);
bool is_shop_item(const item_def &item);
+bool shop_item_unknown(const item_def &item);
/////////////////////////////////////////////////////////////////////