summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-12-30 08:08:49 +0100
committerNeil Moore <neil@s-z.org>2013-12-30 16:33:36 -0500
commit5c0f9e6d2fb219c9093b18beb4e7c5c1ee5fe35d (patch)
tree4bf30e85445a97c46f1ddcb7baf08a224acf97bb /crawl-ref/settings
parent0f97eb19f4361653d9426d71b968a6bef6132b29 (diff)
downloadcrawl-ref-5c0f9e6d2fb219c9093b18beb4e7c5c1ee5fe35d.tar.gz
crawl-ref-5c0f9e6d2fb219c9093b18beb4e7c5c1ee5fe35d.zip
Remove `pickup_mode` option, introduce `pickup_menu`
End result is that: * `pickup_menu = true` is old `pickup_mode = multi`, and new default * `pickup_menu = false` is old `pickup_mode = single` * `pickup_mode = auto:X` is gone without replacement for being of little use Recognizing the old option in initfile did not make much sense either because the default changed: Old `multi` was the only setting that anybody would include in their rcfile, and that one is now meaningless. So if your config until now included a line like the following: pickup_mode = multi you can now safely remove this. If you prefer the old default behavior, use this option from now on: pickup_menu = 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 e9e211f94d..2262c58b0c 100644
--- a/crawl-ref/settings/init.txt
+++ b/crawl-ref/settings/init.txt
@@ -87,7 +87,7 @@
# assign_item_slot = (forward | backward)
#
# drop_mode = (multi | single)
-# pickup_mode = (single | multi | auto:5)
+# pickup_menu = false
# drop_filter += skeleton, corpse, useless_item
# default_friendly_pickup = (none | friend | player | all)