From 9cb75b706542bbc4043437f25a5e35dbfd99656e Mon Sep 17 00:00:00 2001 From: zelgadis Date: Thu, 3 Jul 2008 23:53:53 +0000 Subject: 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 --- crawl-ref/docs/changes.stone_soup | 2 ++ crawl-ref/docs/options_guide.txt | 14 +------------- 2 files changed, 3 insertions(+), 13 deletions(-) (limited to 'crawl-ref/docs') 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. ----------------------------- -- cgit v1.2.3-54-g00ecf