summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/food.cc3
1 files changed, 3 insertions, 0 deletions
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);
}