From 38058fa3365e63fb431dc86134e2ae113de68e88 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 29 Mar 2008 18:30:31 +0000 Subject: Rename part of the documentation: tables.txt -> aptitudes.txt crawl_macros.txt -> macros_guide.txt crawl_options.txt -> options_guide.txt And while I already was at it, I added windows style linebreaks for ssh_guide.txt and monster_speech.txt, as well. Since I've somehow managed to uninstall my notepad (ages ago), opening and changing such files is always a bit fiddly, and I hope this change doesn't hurt anyone else. crawl_manual.txt will also eventually need these, but we haven't yet decided on the new name. Also update monster_speech.txt (yet again), and add hounds sniffing the ground to monspeak.txt as an in-game hint for blood scent. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3937 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/command.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/command.cc') diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index 485df76827..fdadcd010d 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -636,11 +636,11 @@ struct help_file }; help_file help_files[] = { - { "crawl_manual.txt", '*', true }, - { "tables.txt", '%', false }, - { "readme.txt", '^', false }, - { "crawl_macros.txt", '~', false }, - { "crawl_options.txt", '!', false }, + { "crawl_manual.txt", '*', true }, + { "aptitudes.txt", '%', false }, + { "readme.txt", '^', false }, + { "macros_guide.txt", '~', false }, + { "options_guide.txt", '!', false }, { NULL, 0, false } }; -- cgit v1.2.3-54-g00ecf