summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-03-24 23:05:30 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-03-24 23:05:30 +0100
commit431acdf161c16cc92e8222d04b9b6966a97d274d (patch)
tree40ba936b60f5b45544a0e1935a6f4d2190882625 /crawl-ref/source/food.h
parent22b8d9891fe7e371ee3e00dd7feefb7dc2a41188 (diff)
downloadcrawl-ref-431acdf161c16cc92e8222d04b9b6966a97d274d.tar.gz
crawl-ref-431acdf161c16cc92e8222d04b9b6966a97d274d.zip
Give Ashenzari a butcher ability.
It's unthematic, but I think it will help balance the god while we look for a better solution.
Diffstat (limited to 'crawl-ref/source/food.h')
-rw-r--r--crawl-ref/source/food.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h
index cdeeeff518..a6d6059403 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -41,6 +41,8 @@ enum food_type
int count_corpses_in_pack(bool blood_only = false);
bool butchery(int which_corpse = -1, bool bottle_blood = false);
+bool butcher_corpse(int corpse_id, bool first_corpse = true,
+ bool bottle_blood = false);
bool eat_food(int slot = -1);