summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
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.cc
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.cc')
-rw-r--r--crawl-ref/source/itemname.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 272e2ab091..6155950002 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -308,7 +308,7 @@ static const char* fixed_artefact_name( const item_def& item, bool ident )
}
}
-static const char* weapon_brand_name(const item_def& item, bool terse)
+const char* weapon_brand_name(const item_def& item, bool terse)
{
switch (get_weapon_brand(item))
{