From 55812ea322d83879cd9ed09d27f18ab2d0345def Mon Sep 17 00:00:00 2001 From: zelgadis Date: Wed, 5 Dec 2007 09:18:09 +0000 Subject: 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 --- crawl-ref/source/database.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/database.cc') 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 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++) { -- cgit v1.2.3-54-g00ecf