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/files.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/files.cc') diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc index b0b894c16b..24a9299791 100644 --- a/crawl-ref/source/files.cc +++ b/crawl-ref/source/files.cc @@ -1306,6 +1306,7 @@ bool load( dungeon_feature_type stair_taken, load_mode_type load_mode, setup_environment_effects(); setup_vault_mon_list(); + setup_feature_descs_short(); // Inform user of level's annotation. if (load_mode != LOAD_VISITOR -- cgit v1.2.3-54-g00ecf