summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authornlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-27 02:54:00 +0000
committernlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-27 02:54:00 +0000
commita77e1d86ee4ce3d49c49750bee70a0fabfcf17a1 (patch)
tree55cee88cde1418572250c3cabfc3c65201020156 /crawl-ref/docs
parent1453a4ca617432ab205dc73cde03586baad49259 (diff)
downloadcrawl-ref-a77e1d86ee4ce3d49c49750bee70a0fabfcf17a1.tar.gz
crawl-ref-a77e1d86ee4ce3d49c49750bee70a0fabfcf17a1.zip
FR 2533562: Move the CRAWL_PIZZA / -pizza options into the init file
so that they're more easily accessible in hosted games. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9250 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/crawl.66
-rw-r--r--crawl-ref/docs/options_guide.txt6
2 files changed, 5 insertions, 7 deletions
diff --git a/crawl-ref/docs/crawl.6 b/crawl-ref/docs/crawl.6
index 5ce4add025..2010bf4456 100644
--- a/crawl-ref/docs/crawl.6
+++ b/crawl-ref/docs/crawl.6
@@ -7,7 +7,6 @@ crawl - play the roguelike game of crawl
[-name <string>]
[-race <letter>]
[-class <letter>]
-[-pizza <string>]
[-plain]
[-dir <path>]
[-rc <file>]
@@ -36,9 +35,6 @@ preselect race
\fB-class\fR <letter>
preselect class
.TP
-\fB-pizza\fR <string>
-crawl pizza
-.TP
\fB-plain\fR
don't use IBM extended characters (needed when playing in a xterm)
.TP
@@ -1034,8 +1030,6 @@ either shout to attract them or tell them who to attack.
.SH ENVIRONMENT VARIABLES
.IP CRAWL_NAME
Default name for your character.
-.IP CRAWL_PIZZA
-Your favourite pizza topping.
.IP CRAWL_DIR
The directory where your macros and character dumps are stored.
.IP CRAWL_RC
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 17957b7189..73346a7c9c 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -109,7 +109,7 @@ The contents of this text are:
6-a All OS.
mouse_input, wiz_mode, char_set, classic_item_colours,
colour, char_set, cset_ascii, cset_ibm, cset_dec,
- cset_unicode, feature, mon_glyph
+ cset_unicode, feature, mon_glyph, pizza
6-b DOS and Windows.
dos_use_background_intensity
@@ -1978,6 +1978,10 @@ mon_glyph = <monster name or symbol> : <colour> <glyph>
mon_glyph = player ghost : \_
+pizza = <topping name>
+ The player's choice of pizza topping.
+
+
6-b DOS and Windows.
------------------------