summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/changes.stone_soup2
-rw-r--r--crawl-ref/docs/options_guide.txt14
2 files changed, 3 insertions, 13 deletions
diff --git a/crawl-ref/docs/changes.stone_soup b/crawl-ref/docs/changes.stone_soup
index f60ba71a93..7d21bc5de6 100644
--- a/crawl-ref/docs/changes.stone_soup
+++ b/crawl-ref/docs/changes.stone_soup
@@ -45,6 +45,8 @@ Interface
* Evaporate can now be cancelled during potion/direction choice.
* Portaled Projectile now allows choice of ammunition.
* greedy_explore now defaults to true.
+* Stash tracker now tracks how decayed corpses and flesh chunks become,
+ and removes them from the tracker once they rot away completely.
Gods
----
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index c0c39d151c..ed1e0dad61 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -54,8 +54,7 @@ The contents of this text are:
trap_prompt, rest_wait_both
4-h Stashes.
stash_tracking, stash_filter, annotate_item_class,
- annoate_item_dropped, stash_track_decay,
- stash_remove_decay
+ annoate_item_dropped
4-i Command Enhancements.
auto_list, easy_open, easy_unequip, easy_confirm,
allow_self_target, easy_butcher, always_confirm_butcher,
@@ -938,17 +937,6 @@ annotate_item_dropped = false
init.txt. Annotates dropped items with {dropped} for stash
searching.
-stash_track_decay = false
- If set to true then the stash tracker will remember how long its
- been since you've seen chunks of meat or a corpse or skeleton and
- tell you what state its in by adding "rotten by now",
- "skeletalised by now" or "gone by now" to its name.
-
-stash_remove_decay = false
- If both this and stash_track_decay are set to true, anything that
- would have been reported as "gone by now" will instead be
- removed from the stash tracker's memory.
-
4-i Command Enhancements.
-----------------------------