summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-24 01:14:48 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-24 01:15:31 +0100
commit6ab836e967fe8d7c23271912f79ed666ab2fa7e5 (patch)
tree0b1494c80c1456af71371fba6b816981a80e94e7 /crawl-ref/source/transform.h
parentdb5d8797687c800a97293abf5fe7891f05816e83 (diff)
downloadcrawl-ref-6ab836e967fe8d7c23271912f79ed666ab2fa7e5.tar.gz
crawl-ref-6ab836e967fe8d7c23271912f79ed666ab2fa7e5.zip
Revert talons locking Mf into human form.
If it would block transformations, it would keep them untransformed (ie, in merfolk form), which is not exactly playable. Also, no other form allows growing mutations on top of it. This reverts commit db5d8797687c800a97293abf5fe7891f05816e83. This reverts commit b5427c66d5d17548b52cf02c5480158d0a3e397f.
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 8c1129deb3..89db089ce5 100644
--- a/crawl-ref/source/transform.h
+++ b/crawl-ref/source/transform.h
@@ -18,7 +18,6 @@ bool form_can_swim(transformation_type form = you.form);
bool form_likes_water(transformation_type form = you.form);
bool form_can_butcher_barehanded(transformation_type form = you.form);
bool form_changed_physiology(transformation_type form = you.form);
-bool form_keeps_fishtail(transformation_type form = you.form);
bool form_can_wear_item(const item_def& item,
transformation_type form = you.form);
// Does the form keep the benefits of resistance, scale, and aux mutations?