summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/develop
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-03 22:14:11 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-03 22:26:51 +1000
commit120d0bec40c60b6a6080d4d8c3656896087c997d (patch)
treef2b453bb29e4899c3be967760c1359b9afe1e64e /crawl-ref/docs/develop
parentbfe3354fb98fa4842bb50613e3c31e58a5b7d1f9 (diff)
downloadcrawl-ref-120d0bec40c60b6a6080d4d8c3656896087c997d.tar.gz
crawl-ref-120d0bec40c60b6a6080d4d8c3656896087c997d.zip
Documentation changes: remove +Map, expand on vault generation.
Mapping is no longer available as a randart property, so removing it from the list. While +Tele is likewise no longer available, the unrand Cloak of the Flash has evocable teleportation, so leaving it there for now (randart rings of teleportation appear as *TELE). The vault generation test set can be run individually by specifying it on the command-line. This saves going through all the LOS tests if generating maps with some regularity.
Diffstat (limited to 'crawl-ref/docs/develop')
-rw-r--r--crawl-ref/docs/develop/level_design.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/docs/develop/level_design.txt b/crawl-ref/docs/develop/level_design.txt
index b9ab7af745..98d62b3286 100644
--- a/crawl-ref/docs/develop/level_design.txt
+++ b/crawl-ref/docs/develop/level_design.txt
@@ -2089,7 +2089,7 @@ following variables:
Once you have saved your changes, run crawl:
- crawl -test
+ crawl -test vault_generation
-Once all of the tests have been finished successfully (this may take some time)
-you should find the relevant files in your working directory.
+Once all of the tests have been finished successfully you should find the
+relevant files in your working directory.