summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-27 10:30:31 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-27 10:30:31 +0000
commit973a85d8d2980c5572da3d4f4839110647864873 (patch)
tree552cd198c83f9684b4eba7845a1366821accf38d /crawl-ref/source/describe.h
parent2b793343f9c43103ee152886353c2988e4434def (diff)
downloadcrawl-ref-973a85d8d2980c5572da3d4f4839110647864873.tar.gz
crawl-ref-973a85d8d2980c5572da3d4f4839110647864873.zip
Let portal vaults (and places like Vault:8 and Slime:6) change the short and
long descriptions of features. For example, "An ice covered rock wall" instead of "A rock wall". See dat/icecave.des function ice_cave_feat_descs() for examples. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7992 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.h')
-rw-r--r--crawl-ref/source/describe.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h
index 969c615472..1b938b6740 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -52,6 +52,13 @@ void describe_god( god_type which_god, bool give_title );
* *********************************************************************** */
void describe_feature_wide(int x, int y);
+// last updated 24 Dec 2008 {mpc}
+/* ***********************************************************************
+ * called from: luadgn
+ * *********************************************************************** */
+void set_feature_desc_long(const std::string &raw_name,
+ const std::string &desc);
+
/* ***********************************************************************
* called from: item_use - shopping
* *********************************************************************** */