From 717e049fe177fd9d9624f223479c362db2051171 Mon Sep 17 00:00:00 2001 From: Nicholas Feinberg Date: Sat, 9 Aug 2014 09:09:46 -0700 Subject: Re-add a vampire message (|amethyst) --- crawl-ref/source/food.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc index 79ae828b70..3fcd2ff80c 100644 --- a/crawl-ref/source/food.cc +++ b/crawl-ref/source/food.cc @@ -629,6 +629,9 @@ bool eat_food(int slot) } } + if (you.species == SP_VAMPIRE) + mpr("There's nothing here to drain!"); + return prompt_eat_inventory_item(slot); } -- cgit v1.2.3-54-g00ecf