summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 221d6d6187..d8c61d5131 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1961,6 +1961,11 @@ public:
bool list_rotten; // list slots for rotting corpses/chunks
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 default_target; // start targeting on a real target
bool autopickup_no_burden; // don't autopickup if it changes burden