From 6aabd413b54974e3c839762af2c076d09e38fce2 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 22 Feb 2009 18:58:10 +0000 Subject: And fix them for vampires, too. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9159 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/food.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc index b564ebcaf2..b5f369e551 100644 --- a/crawl-ref/source/food.cc +++ b/crawl-ref/source/food.cc @@ -2630,11 +2630,8 @@ bool can_ingest(int what_isit, int kindof_thing, bool suppress_msg, mpr("Urks, you're a herbivore!"); return (false); } - else - { - _check_amu_the_gourmand(false); - return (true); - } + _check_amu_the_gourmand(you.species == SP_VAMPIRE); + return (true); case POT_WATER: if (you.species == SP_VAMPIRE) { -- cgit v1.2.3-54-g00ecf