summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-03-23 18:59:02 -0400
committerNeil Moore <neil@s-z.org>2012-03-23 19:43:54 -0400
commitdb5d8797687c800a97293abf5fe7891f05816e83 (patch)
treef1a610133bb0963fa45d022cbb4b656b4e54967b /crawl-ref/source/transform.h
parent54b1b48b3c3a8a5666f98962c49d5c5636abe694 (diff)
downloadcrawl-ref-db5d8797687c800a97293abf5fe7891f05816e83.tar.gz
crawl-ref-db5d8797687c800a97293abf5fe7891f05816e83.zip
When entaloned, show fishtail pseudo-muts as suppressed.
Split off the logic into a function form_keeps_fishtail(), so we don't have to repeat it four times.
Diffstat (limited to 'crawl-ref/source/transform.h')
-rw-r--r--crawl-ref/source/transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/transform.h b/crawl-ref/source/transform.h
index 89db089ce5..8c1129deb3 100644
--- a/crawl-ref/source/transform.h
+++ b/crawl-ref/source/transform.h
@@ -18,6 +18,7 @@ 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?