summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-09 10:29:55 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-09 10:29:55 +0000
commitd3cb6838b377b68074ffe35669fd4a3fa8a767c0 (patch)
tree32c65d14ff3f3933a906712d053cbf3c843ba67d /crawl-ref/source/itemname.h
parent5c120f099f71d1fb00c63a2bc555c5ca6f357a9b (diff)
downloadcrawl-ref-d3cb6838b377b68074ffe35669fd4a3fa8a767c0.tar.gz
crawl-ref-d3cb6838b377b68074ffe35669fd4a3fa8a767c0.zip
Replace abbreviations used for auto-inscribing randarts
with (hopefully) more useful variants. We tried to achieve a balance between shortness and and being easy to understand. I also moved around the order, so that the most important properties, esp. negative ones, come first, and added the terse ego descriptor for randarts weapons. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3409 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index 713189df24..51e2367713 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -107,6 +107,8 @@ bool is_interesting_item( const item_def& item );
std::string make_name( unsigned long seed, bool all_caps );
+const char* weapon_brand_name(const item_def& item, bool terse);
+
/* ***********************************************************************
* called from: acr
* *********************************************************************** */