summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-15 15:48:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-15 15:49:46 +0100
commit7fa010c5fe03aee772cdfbc2b6e42fc1b492b57d (patch)
tree8e6a3740176c9b118b2dcd3ff980168eedfbdf94 /crawl-ref/source/itemname.h
parenta80d16e06af7ae4c5088bd8f1985dbe6b0fc76c9 (diff)
downloadcrawl-ref-7fa010c5fe03aee772cdfbc2b6e42fc1b492b57d.tar.gz
crawl-ref-7fa010c5fe03aee772cdfbc2b6e42fc1b492b57d.zip
Autoinscribe armour brands.
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index 271bf2d340..bd49966118 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -97,6 +97,7 @@ std::string make_name(unsigned long seed, bool all_caps, int maxlen = -1,
char start = 0);
const char* weapon_brand_name(const item_def& item, bool terse);
+const char* armour_ego_name(const item_def& item, bool terse);
void init_properties();