summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-16 01:44:48 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-16 01:55:19 +0100
commit1e933dd424e0be9b87f38cabc72f8d891b0ce576 (patch)
tree03d7b9be139a2c12891af44be01ee69190f1efde /crawl-ref/source/itemname.h
parent649b6898685b9fd872e3b3c1a0ba8729f807cac4 (diff)
downloadcrawl-ref-1e933dd424e0be9b87f38cabc72f8d891b0ce576.tar.gz
crawl-ref-1e933dd424e0be9b87f38cabc72f8d891b0ce576.zip
Don't bundle all evokables as "miscelanneous" in action counts.
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 a2b74045fc..db0504769a 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -129,6 +129,7 @@ item_kind item_kind_by_name(string name);
vector<string> item_name_list_for_glyph(unsigned glyph);
const char* rune_type_name(int p);
+const char* misc_type_name(int type, bool known);
bool is_named_corpse(const item_def &corpse);
string get_corpse_name(const item_def &corpse, uint64_t *name_type = NULL);