summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-03 23:53:53 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-03 23:53:53 +0000
commit9cb75b706542bbc4043437f25a5e35dbfd99656e (patch)
tree524d1ddde869e346865632d76673eccefdb041c7 /crawl-ref/docs
parent973e167e60d8c6dac9d4dc3c5bfc46afd36f0a01 (diff)
downloadcrawl-ref-9cb75b706542bbc4043437f25a5e35dbfd99656e.tar.gz
crawl-ref-9cb75b706542bbc4043437f25a5e35dbfd99656e.zip
FR 1971637: make "stash_track_decay = true" and "stash_remove_decay = true"
the hardcoded behaviour and remove the options, meaning that rotted-away flesh chunks will always be removed from the stash tracker. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6377 c06c8d41-db1a-0410-9941-cceddc491573
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.
-----------------------------