summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-05 09:18:09 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-05 09:18:09 +0000
commit55812ea322d83879cd9ed09d27f18ab2d0345def (patch)
tree63b164e73fd49db180355ce5de82dd72af969775 /crawl-ref/source/database.cc
parent503d86058c66fc541df68dd356390f0d2fe36c16 (diff)
downloadcrawl-ref-55812ea322d83879cd9ed09d27f18ab2d0345def.tar.gz
crawl-ref-55812ea322d83879cd9ed09d27f18ab2d0345def.zip
Added gods and branches to the "?/" describe command; branch descriptions
need to be filled out. List of monsters described by "?/" now starts out sorted by toughness, rather than alphabetically. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3002 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/database.cc')
-rw-r--r--crawl-ref/source/database.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/database.cc b/crawl-ref/source/database.cc
index 0e9b598f9c..167890deaf 100644
--- a/crawl-ref/source/database.cc
+++ b/crawl-ref/source/database.cc
@@ -493,6 +493,8 @@ static std::vector<std::string> description_txt_paths()
txt_file_names.push_back("items");
txt_file_names.push_back("monsters");
txt_file_names.push_back("spells");
+ txt_file_names.push_back("gods");
+ txt_file_names.push_back("branches");
for (int i = 0, size = txt_file_names.size(); i < size; i++)
{