summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/options_guide.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/docs/options_guide.txt')
-rw-r--r--crawl-ref/docs/options_guide.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 0fcf3da3fa..270ea663a0 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -15,7 +15,7 @@ The contents of this text are:
1- Starting Screen.
name, remember_name, use_old_selection_order,
weapon, book, chaos_knight, death_knight, priest,
- race, class, random_pick
+ race, class, random_pick, good_random
2- File System and Sound.
crawl_dir, morgue_dir, save_dir, sound
3- Lua files.
@@ -272,6 +272,11 @@ random_pick = false
The above options (weapons and class options) will override
where appropriate.
+good_random = true
+ Whenever random_pick is used, race or class are set random,
+ or a remembered random choice is executed in the character
+ selection, the game will only pick good combinations.
+
2- File System.
================