summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/docs/options_guide.txt24
-rw-r--r--crawl-ref/settings/init.txt2
2 files changed, 13 insertions, 13 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
diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt
index 015dae219e..89aec2b48f 100644
--- a/crawl-ref/settings/init.txt
+++ b/crawl-ref/settings/init.txt
@@ -98,6 +98,7 @@ include = autopickup_exceptions.txt
# autopickup_no_burden = true
# pickup_thrown = false
# pickup_dropped = true
+# chunks_autopickup = false
# assign_item_slot = (forward | backward)
#
# drop_mode = (multi | single)
@@ -204,7 +205,6 @@ include = travel_stoppers.txt
# easy_confirm = (none | safe)
# easy_butcher = false
# always_confirm_butcher = true
-# chunks_autopickup = false
# swap_when_safe = false
# easy_quit_item_prompts = false
# easy_exit_menu = false