summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-25 22:14:02 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-25 22:14:02 +0000
commit3037e46604dbd1416349dc83c0621f3015bbd013 (patch)
tree32121afc9d62d6f941ef48c436e8ad1dbf9ffdc1 /crawl-ref/docs
parent50f0339056d716c5c6d8b785b1272dd7b5bd5065 (diff)
downloadcrawl-ref-3037e46604dbd1416349dc83c0621f3015bbd013.tar.gz
crawl-ref-3037e46604dbd1416349dc83c0621f3015bbd013.zip
Apply a patch by Rob Grant (spoondrift) that enables all combinations of
species/class except those that are outright impossible (because of god restrictions). When choosing a character, you can pick any random character or one of the recommended combinations. This does not take (un)restricted choices for weapons/books/gods into account. Apart from that, it's pretty good, though we might want to (un)restrict some combinations. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6142 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs')
-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.
================