summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorMarvinPA <chriscampbell89@gmail.com>2013-08-18 20:46:30 +0100
committerMarvinPA <chriscampbell89@gmail.com>2013-08-18 20:51:50 +0100
commit9d29fcb8fd9b6aaf9e7ca8ebbb1c3cd0c478568c (patch)
tree8a39cabaeec5442d1f711b2df4332c180a1b1a8d /crawl-ref/source/options.h
parent24cb6617be35e92822dbaf2010105005292d45d2 (diff)
downloadcrawl-ref-9d29fcb8fd9b6aaf9e7ca8ebbb1c3cd0c478568c.tar.gz
crawl-ref-9d29fcb8fd9b6aaf9e7ca8ebbb1c3cd0c478568c.zip
Remove some obsolete food-related options
easy_eat_contaminated, easy_eat_gourmand and prefer_safe_chunks are all unnecessary now that contaminated chunks just give less nutrition.
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index dbfcd026de..222376490d 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -174,13 +174,7 @@ public:
bool prompt_for_swap; // Prompt to switch back from butchering
// tool if hostile monsters are around.
chunk_drop_type auto_drop_chunks; // drop chunks when overburdened
- bool prefer_safe_chunks; // prefer clean chunks to contaminated ones
bool easy_eat_chunks; // make 'e' auto-eat the oldest safe chunk
- bool easy_eat_gourmand; // with easy_eat_chunks, and wearing a
- // "OfGourmand, auto-eat contaminated
- // chunks if no safe ones are present
- bool easy_eat_contaminated; // like easy_eat_gourmand, but
- // always active.
bool auto_eat_chunks; // allow eating chunks while resting or travelling
bool default_target; // start targetting on a real target
bool autopickup_no_burden; // don't autopickup if it changes burden