From fde2770c085ee5bce194a657759cbd1ae8c824d1 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 6 Mar 2009 18:31:18 +0000 Subject: 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 --- crawl-ref/source/food.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/food.h') 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); -- cgit v1.2.3-54-g00ecf