summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-06 18:31:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-06 18:31:18 +0000
commitfde2770c085ee5bce194a657759cbd1ae8c824d1 (patch)
treeb99b0388776b8cff0a9e490074e1d0bffad971c9 /crawl-ref/source/food.h
parent2772e5117bba390bc735af3dd9e0853f93a8306d (diff)
downloadcrawl-ref-fde2770c085ee5bce194a657759cbd1ae8c824d1.tar.gz
crawl-ref-fde2770c085ee5bce194a657759cbd1ae8c824d1.zip
Fix the amulet of the gourmand autoid when drinking potions of blood.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9348 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/food.h')
-rw-r--r--crawl-ref/source/food.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h
index f2da9ef993..1e8a3ef8b2 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -86,6 +86,7 @@ bool causes_rot(const item_def &food);
bool is_inedible(const item_def &item);
bool is_preferred_food(const item_def &food);
bool is_forbidden_food(const item_def &food);
+bool check_amu_the_gourmand(bool reqid);
bool can_ingest(int what_isit, int kindof_thing, bool suppress_msg,
bool reqid = false, bool check_hunger = true);