From 22dfc296c44ef981340219c85835e457f00584ce Mon Sep 17 00:00:00 2001 From: Nicholas Feinberg Date: Fri, 8 Aug 2014 21:31:29 -0700 Subject: Remove an unreachable bloc --- crawl-ref/source/food.cc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc index 7fb52455eb..7383256078 100644 --- a/crawl-ref/source/food.cc +++ b/crawl-ref/source/food.cc @@ -1934,13 +1934,6 @@ bool can_ingest(int what_isit, int kindof_thing, bool suppress_msg, { case OBJ_FOOD: { - if (you.species == SP_VAMPIRE) - { - if (!suppress_msg) - mpr("Blech - you need blood!"); - return false; - } - if (food_is_veggie(kindof_thing)) { if (ur_carnivorous) -- cgit v1.2.3-54-g00ecf