From d727d7501fa6f01efbc8a454bb94f96775cdd6fd Mon Sep 17 00:00:00 2001 From: Chris Campbell Date: Thu, 27 Mar 2014 04:06:16 +0000 Subject: Let Vampires bottle blood in forms that can butcher (#7852) --- crawl-ref/source/food.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/food.cc') diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc index f8b8df4b0f..25eaa78a65 100644 --- a/crawl-ref/source/food.cc +++ b/crawl-ref/source/food.cc @@ -416,7 +416,8 @@ bool butchery(int which_corpse, bool bottle_blood) if (!form_can_butcher(you.form)) { - mpr("You can't butcher in your present form."); + mprf("You can't %s in your present form.", + bottle_blood ? "bottle blood" : "butcher"); return false; } -- cgit v1.2.3-54-g00ecf