From 973a85d8d2980c5572da3d4f4839110647864873 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Sat, 27 Dec 2008 10:30:31 +0000 Subject: 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 --- crawl-ref/source/describe.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crawl-ref/source/describe.h') 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 * *********************************************************************** */ -- cgit v1.2.3-54-g00ecf