summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-04-06 13:22:46 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-04-10 19:04:28 +0100
commitfdbdc891e74a9220ac5ff563ddef6cb9a7f45ea3 (patch)
tree39a5bce695c974ac9bbe0cf69642753990c0f53b /crawl-ref/source/transform.h
parentd95dfcdfcdaed38380bc310c5eec0b24f9f55c4e (diff)
downloadcrawl-ref-fdbdc891e74a9220ac5ff563ddef6cb9a7f45ea3.tar.gz
crawl-ref-fdbdc891e74a9220ac5ff563ddef6cb9a7f45ea3.zip
Let all forms butcher
Since they all eat normally now.
Diffstat (limited to 'crawl-ref/source/transform.h')
-rw-r--r--crawl-ref/source/transform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/transform.h b/crawl-ref/source/transform.h
index d38338c05a..084685130d 100644
--- a/crawl-ref/source/transform.h
+++ b/crawl-ref/source/transform.h
@@ -17,7 +17,6 @@ bool form_can_fly(transformation_type form = you.form);
bool form_can_swim(transformation_type form = you.form);
bool form_likes_water(transformation_type form = you.form);
bool form_likes_lava(transformation_type form = you.form);
-bool form_can_butcher(transformation_type form = you.form);
bool form_changed_physiology(transformation_type form = you.form);
bool form_can_use_wand(transformation_type form = you.form);
bool form_can_wear_item(const item_def& item,