summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorPekka Lampila <pekka.lampila@iki.fi>2013-12-02 02:50:23 +0200
committerPekka Lampila <pekka.lampila@iki.fi>2013-12-02 02:50:23 +0200
commit266f92a4cfbc8cc6e7145ab5e87732aa4eabf32c (patch)
treeda3b8d647008409faf8ce4ecc1ac3c0a4cfac3e4 /crawl-ref/source/itemname.h
parenta9335825009effcbeeffd442131860736746c06c (diff)
downloadcrawl-ref-266f92a4cfbc8cc6e7145ab5e87732aa4eabf32c.tar.gz
crawl-ref-266f92a4cfbc8cc6e7145ab5e87732aa4eabf32c.zip
Annotate items with terse description of their ego
Purpose of this is allow finding for example helmet of see invisible by searching for "SInv".
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 a2b74045fc..efc679ee9d 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -137,5 +137,5 @@ string base_type_string(const item_def &item, bool known = true);
string sub_type_string(const item_def &item, bool known = true);
-string ego_type_string(const item_def &item);
+string ego_type_string(const item_def &item, bool terse = false);
#endif