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 +++++----- crawl-ref/source/dat/database/monspeak.txt | 16 ++++++++++++++++ crawl-ref/source/tutorial.cc | 4 ++-- 3 files changed, 23 insertions(+), 7 deletions(-) (limited to 'crawl-ref/source') 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 @@ -584,6 +584,22 @@ VISUAL:@The_monster@ smiles happily. 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 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 " crawl_manual.txt - " "This contains all details on races, magic, skills, etc." EOL - " crawl_options.txt - " + " options_guide.txt - " "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 crawl_options.txt which " + "explained in the file options_guide.txt which " "can be found in the docs directory. The " "options themselves are set in init.txt or " ".crawlrc. Crawl will complain if it can't " -- cgit v1.2.3-54-g00ecf