summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/database.cc')
-rw-r--r--crawl-ref/source/database.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/database.cc b/crawl-ref/source/database.cc
index 167890deaf..fb695332ee 100644
--- a/crawl-ref/source/database.cc
+++ b/crawl-ref/source/database.cc
@@ -491,6 +491,7 @@ static std::vector<std::string> description_txt_paths()
txt_file_names.push_back("features");
txt_file_names.push_back("items");
+ txt_file_names.push_back("unident");
txt_file_names.push_back("monsters");
txt_file_names.push_back("spells");
txt_file_names.push_back("gods");