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-03-08 19:36:24 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-08 19:36:24 +0000
commit1d418860652e0b81f1ef5aaea40966ab6b3e68bd (patch)
tree7f7075517f5475e62a960b57b2531140936825fd /crawl-ref/source/itemname.h
parent486cd86756c320e2eb9bca015477e7e82a626b7c (diff)
downloadcrawl-ref-1d418860652e0b81f1ef5aaea40966ab6b3e68bd.tar.gz
crawl-ref-1d418860652e0b81f1ef5aaea40966ab6b3e68bd.zip
A second round of cleaning up the paragraphs of the item descriptions
(view screen). It's now consistent for known artefacts, and also consistent for non-artefacts and unID'd artefacts. The two consistencies still differ by one linebreak, but that's really minor, and for the short descriptions (potions, scrolls, food etc.) it looks better this way anyway, I think. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3544 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index 68a4faa952..af5645892a 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -91,6 +91,10 @@ bool is_vowel( const char chr );
* *********************************************************************** */
int property( const item_def &item, int prop_type );
+/* ***********************************************************************
+ * called from: describe
+ * *********************************************************************** */
+const char* racial_description_string(const item_def& item, bool terse = false);
/* ***********************************************************************
* called from: acr