summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings
diff options
context:
space:
mode:
authorCedor <cedordark@yahoo.fr>2014-01-08 22:19:59 +0100
committerNeil Moore <neil@s-z.org>2014-01-09 22:47:36 -0500
commitcabd7f2c335709fb6bc57662287b16202f6e5201 (patch)
tree4833b9e2a6c540d41d6dfb89da41a9328339b615 /crawl-ref/settings
parentf1da993dbd57fa8562912aa95d1d255dda0bc5e6 (diff)
downloadcrawl-ref-cabd7f2c335709fb6bc57662287b16202f6e5201.tar.gz
crawl-ref-cabd7f2c335709fb6bc57662287b16202f6e5201.zip
Menu for pickup : new option 'pickup_menu_limit'
'pickup_menu' option behavior adjusted: * true : same behavior * false : like the old auto:X, X is given with a new option: 'pickup_menu_limit', default 4, negatives value considered as item_stack_summary_minimum. Why 4? starting to 4 questions, you got a --more-- prompt, and starting to 6 items on the square, items are displayed with glyphs instead of full names. [Applied a few minor fixes and simplifications -nfm]
Diffstat (limited to 'crawl-ref/settings')
-rw-r--r--crawl-ref/settings/init.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt
index 19dffa4313..f6fd911e78 100644
--- a/crawl-ref/settings/init.txt
+++ b/crawl-ref/settings/init.txt
@@ -88,6 +88,7 @@
#
# drop_mode = (multi | single)
# pickup_menu = false
+# pickup_menu_limit = 4
# drop_filter += skeleton, corpse, useless_item
# default_friendly_pickup = (none | friend | player | all)