summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-16 20:49:42 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-16 20:49:42 +0000
commit305618f279ee424e35c254b0d63d151f91fd3e69 (patch)
tree0c4e1ed4b83a802c009af44d74ac11190c650f07 /crawl-ref/settings
parente517615e56766a43008442ebdfe3669c6333710a (diff)
downloadcrawl-ref-305618f279ee424e35c254b0d63d151f91fd3e69.tar.gz
crawl-ref-305618f279ee424e35c254b0d63d151f91fd3e69.zip
* Fix 2687930: Shorten the spell menu more, and don't call update_title()
at '?' as apparently all it does is hide the first spell line. * Uncomment the autoinscription of weapons of distortion in init.txt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9511 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/settings')
-rw-r--r--crawl-ref/settings/init.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt
index ce8052f6c0..b31e0a30aa 100644
--- a/crawl-ref/settings/init.txt
+++ b/crawl-ref/settings/init.txt
@@ -165,7 +165,7 @@ trap_item_brand = reverse
# explore_stop = items,greedy_items,stairs,shops,altars,gates
# explore_improved = true
auto_exclude = oklob plant,silver statue,orange crystal statue,ice statue
-auto_exclude = curse skull,Roxanne
+auto_exclude = curse skull,roxanne
# tc_reachable = blue
# tc_dangerous = cyan
@@ -325,9 +325,9 @@ menu_colour = notes:white:Reached XP level
##### 4-m Inscriptions ##########################
#
-# autoinscribe = royal jell:=g
-# autoinscribe = distortion:!w
+autoinscribe = distortion:!w
# autoinscribe = potion.*mutation:!q
+# autoinscribe = royal jell:=g
# autoinscribe_randarts = false
##### 4-n Macro related Options #################