summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/docs/crawl_manual.txt1
-rw-r--r--crawl-ref/docs/develop/level_design.txt6
2 files changed, 3 insertions, 4 deletions
diff --git a/crawl-ref/docs/crawl_manual.txt b/crawl-ref/docs/crawl_manual.txt
index 796d5c141c..24801b7acc 100644
--- a/crawl-ref/docs/crawl_manual.txt
+++ b/crawl-ref/docs/crawl_manual.txt
@@ -2835,7 +2835,6 @@ rMut resist mutation
+Blink can invoke blink
+Rage can invoke berserk
+Tele can invoke teleport
-+Map can invoke magic mapping (sense surroundings)
*RAGE uncontrolled berserk (anger)
*TELE random teleporting
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.