summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-12-06 16:19:11 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-12-06 16:19:11 +0000
commit1537c4c4cc3662cc8f1680149e615b61a48b9842 (patch)
tree42ef36741b8b087f980dae0f2048b56bed27deee /crawl-ref/source/transform.cc
parent09433290758b5fc55f33f5179465e7ab8833ba4e (diff)
downloadcrawl-ref-1537c4c4cc3662cc8f1680149e615b61a48b9842.tar.gz
crawl-ref-1537c4c4cc3662cc8f1680149e615b61a48b9842.zip
Let spider form butcher again
Allowing it in the butchery simplification was intentional, for the same reason that ice form is able to butcher: blocking it doesn't add anything and makes for very annoying play on Transmuters, having to frequently manually cancel the form.
Diffstat (limited to 'crawl-ref/source/transform.cc')
-rw-r--r--crawl-ref/source/transform.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/transform.cc b/crawl-ref/source/transform.cc
index 7f83813c18..2d2e85bbc2 100644
--- a/crawl-ref/source/transform.cc
+++ b/crawl-ref/source/transform.cc
@@ -131,7 +131,6 @@ bool form_likes_lava(transformation_type form)
bool form_can_butcher(transformation_type form)
{
return form != TRAN_BAT
- && form != TRAN_SPIDER
&& form != TRAN_PORCUPINE
&& form != TRAN_WISP
&& form != TRAN_JELLY