summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 14:06:49 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 14:06:49 +0000
commit163993e50492fd5c7c6cc849e0e300d120bb0ac4 (patch)
tree1facb3ce2ff128d37b8d7c2d81170781e1914020 /crawl-ref/docs
parent388fa4e558e71b1455cce865c1a8b62ace0aaba9 (diff)
downloadcrawl-ref-163993e50492fd5c7c6cc849e0e300d120bb0ac4.tar.gz
crawl-ref-163993e50492fd5c7c6cc849e0e300d120bb0ac4.zip
Moved chunks_autopickup from 4-i to 4-a.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5942 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/options_guide.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 04b1228ff8..470f742f25 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -25,8 +25,8 @@ The contents of this text are:
4-a Dropping and Picking up.
autopickup, autopickup_exceptions, default_autopickup,
autopickup_no_burden, pickup_thrown, pickup_dropped,
- assign_item_slot, drop_mode, pickup_mode, drop_filter,
- default_friendly_pickup
+ chunks_autopickup, assign_item_slot, drop_mode,
+ pickup_mode, drop_filter, default_friendly_pickup
4-b Targeting.
target_zero_exp, target_oos, target_los_first,
default_target, target_unshifted_dirs
@@ -58,7 +58,7 @@ The contents of this text are:
stash_remove_decay
4-i Command Enhancements.
auto_list, easy_open, easy_unequip, easy_confirm,
- easy_butcher, always_confirm_butcher, chunks_autopickup,
+ easy_butcher, always_confirm_butcher,
swap_when_safe, easy_quit_item_prompts, easy_exit_menu,
sort_menus
4-j Message and Display Improvements.
@@ -418,6 +418,15 @@ pickup_dropped = false
Set to false to block autopickup for dropped objects. This can
be convenient.
+chunks_autopickup = true
+ If true then butchered flesh will be automatically picked up
+ right after they're generated (and after switching back from
+ the butchering weapon to the usual weapon, if necessary).
+ Respects all of the autopickup options. Requires '%' to be
+ in the autopickup line.
+ Does not apply to Vampires who will pick up bottled potions
+ of blood regardless of this option, and not pick up chunks.
+
assign_item_slot = (forward | backward)
When picking up items, the inventory slot into which the item
goes is normally the first free slot from a-zA-Z (this is the
@@ -978,15 +987,6 @@ always_confirm_butcher = false
one corpse on the square. If there are multiple corpses on a
square, you will always be prompted, regardless of this option.
-chunks_autopickup = true
- If true then butchered flesh will be automatically picked up
- right after they're generated (and after switching back from
- the butchering weapon to the usual weapon, if necessary).
- Respects all of the autopickup options. Requires '%' to be
- in the autopickup line.
- Does not apply to Vampires who will pick up bottled potions
- of blood regardless of this option, and not pick up chunks.
-
swap_when_safe = true
If both this and easy_butcher are true, then if an auto-switch
butchery is interrupted, the auto-switch will be reversed as