summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-07-02 12:26:05 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-07-02 12:40:01 -0400
commita39764ffcd1b290f1a1f0f961fbd1febff85f281 (patch)
tree075d759c76b5509b9838958b7a01bc1dff39afb1 /crawl-ref/settings
parent91e915e0b4b269feb16672ad98aff3c3ced93a0a (diff)
downloadcrawl-ref-a39764ffcd1b290f1a1f0f961fbd1febff85f281.tar.gz
crawl-ref-a39764ffcd1b290f1a1f0f961fbd1febff85f281.zip
Merge pickup_menu and pickup_menu_limit.
Since pickup_menu = true was basically identical to pickup_menu_limit = 1 (or 2, actually), there isn't much need for two separate options. The new default for pickup_menu_limit is 1, so there is no change in the defaults. However, if you pickup_menu_limit is now exclusive, not inclusive. This fixes the weirdness that 1 and 2 meant the same thing, since you can't get a menu with only one item on it. So, if you had pickup_menu = false, there probably is a change in behaviour.
Diffstat (limited to 'crawl-ref/settings')
-rw-r--r--crawl-ref/settings/init.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt
index 7ea6ffec5d..190c1efd5b 100644
--- a/crawl-ref/settings/init.txt
+++ b/crawl-ref/settings/init.txt
@@ -88,8 +88,7 @@
# chunks_autopickup = false
# assign_item_slot = (forward | backward)
#
-# pickup_menu = false
-# pickup_menu_limit = 4
+# pickup_menu_limit = 1
# drop_filter += skeleton, corpse, useless_item
##### 3-b Targeting ############################