summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-29 18:30:31 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-29 18:30:31 +0000
commit38058fa3365e63fb431dc86134e2ae113de68e88 (patch)
treeb14084dfec4799508b9e00035356b563b1cd38ab /crawl-ref/source
parentce89a07e4802691aa3a164ed1e332163f4dd8246 (diff)
downloadcrawl-ref-38058fa3365e63fb431dc86134e2ae113de68e88.tar.gz
crawl-ref-38058fa3365e63fb431dc86134e2ae113de68e88.zip
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
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/command.cc10
-rw-r--r--crawl-ref/source/dat/database/monspeak.txt16
-rw-r--r--crawl-ref/source/tutorial.cc4
3 files changed, 23 insertions, 7 deletions
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 }
};
diff --git a/crawl-ref/source/dat/database/monspeak.txt b/crawl-ref/source/dat/database/monspeak.txt
index a8642897a8..876aa4693e 100644
--- a/crawl-ref/source/dat/database/monspeak.txt
+++ b/crawl-ref/source/dat/database/monspeak.txt
@@ -585,6 +585,22 @@ VISUAL:@The_monster@ looks friendly.
## END friendly humanoid ##
%%%%
+pauses_or_stops
+
+pauses
+
+stops
+%%%%
+hound
+
+@The_monster@ @pauses_or_stops@ to sniff the @surface@.
+%%%%
+friendly hound
+
+@The_monster@ wags @possessive@ tail.
+
+@hound@
+%%%%
default insect
VISUAL:@The_monster@ waves @possessive@ antennae.
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 430fb30a1a..0b4b91092d 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -268,7 +268,7 @@ static formatted_string tut_starting_info(unsigned int width)
"A very short guide to Crawl." EOL
" <lightblue>crawl_manual.txt</lightblue> - "
"This contains all details on races, magic, skills, etc." EOL
- " <lightblue>crawl_options.txt</lightblue> - "
+ " <lightblue>options_guide.txt</lightblue> - "
"Crawl's interface is highly configurable. This document " EOL
" explains all the options." EOL
EOL
@@ -730,7 +730,7 @@ void tutorial_finished()
break;
case 2:
text = "The interface can be greatly customised. All options are "
- "explained in the file <w>crawl_options.txt</w> which "
+ "explained in the file <w>options_guide.txt</w> which "
"can be found in the <w>docs</w> directory. The "
"options themselves are set in <w>init.txt</w> or "
"<w>.crawlrc</w>. Crawl will complain if it can't "