summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-10 14:21:22 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-17 13:29:49 -0400
commite5ebe08aa633c862a0352f92b1354febdf3881a0 (patch)
tree7a829d81db682533d9326cfbc8000202d004ae07 /crawl-ref/settings
parent3a74de583ef27cd1ccc8524d0145ec685f8357ca (diff)
downloadcrawl-ref-e5ebe08aa633c862a0352f92b1354febdf3881a0.tar.gz
crawl-ref-e5ebe08aa633c862a0352f92b1354febdf3881a0.zip
Replace easy_open with travel_open_doors.
If set to false, travel will stop in front of doors (much like the previous behavior if easy_open was set to false).
Diffstat (limited to 'crawl-ref/settings')
-rw-r--r--crawl-ref/settings/init.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt
index b2e85aeaed..bc7aa93848 100644
--- a/crawl-ref/settings/init.txt
+++ b/crawl-ref/settings/init.txt
@@ -175,7 +175,7 @@
##### 3-h Command Enhancements ##################
#
# auto_switch = true
-# easy_open = false
+# travel_open_doors = false
# easy_unequip = false
# equip_unequip = true
# easy_confirm = (none | safe | all)