summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorDavid Ploog <dploog@users.sourceforge.net>2009-10-25 08:19:18 +0100
committerSteven Noonan <steven@uplinklabs.net>2009-10-25 01:20:39 -0700
commit0af767c7860e8d1d28d4f47fe8555787d9f8b039 (patch)
tree902d4aed50ab155d75c6a1be8ddd8e4c49e672e2 /crawl-ref/docs
parent130a8d595c2a3d2911b044a0c486dd311243e333 (diff)
downloadcrawl-ref-0af767c7860e8d1d28d4f47fe8555787d9f8b039.tar.gz
crawl-ref-0af767c7860e8d1d28d4f47fe8555787d9f8b039.zip
Document new vault testing function (Jude Brown).
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/develop/level_design.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/docs/develop/level_design.txt b/crawl-ref/docs/develop/level_design.txt
index 783871e7df..785433b1e6 100644
--- a/crawl-ref/docs/develop/level_design.txt
+++ b/crawl-ref/docs/develop/level_design.txt
@@ -2015,7 +2015,7 @@ L. Map Generation
Full-debug Crawl builds (see above for more information) include a test for
generating specific vaults and outputting a copy of the map to a text file for
-inspection. This is most useful for portal and other encompass vaults which
+inspection. This is most useful for portal and other encompass vaults which
use randomisation heavily.
To use the test, you must edit source/test/vault_generation.lua. Fill in the
@@ -2024,7 +2024,7 @@ following variables:
* map_to_test: The exact name of the vault you want to generate.
* checks: How many times to generate the vault. Default value is 10.
* output_to: The basic filename to output the results of generation to. This
- will have ".<iteration>" appended. For example, "volcano.map" will
+ will have ".<iteration>" appended. For example, "volcano.map" will
result in files named "volcano.map.1", "volcano.map.2", etc.
* need_to_load_des: If the file is not included in one of the .des files that
are listed in source/dat/clua/loadmaps.lua, this should be set to true,