summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/transfor.h')
-rw-r--r--crawl-ref/source/transfor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/transfor.h b/crawl-ref/source/transfor.h
index 12a1edc83a..933f512cb8 100644
--- a/crawl-ref/source/transfor.h
+++ b/crawl-ref/source/transfor.h
@@ -48,6 +48,9 @@ void untransform(void);
* called from: item_use
* *********************************************************************** */
bool can_equip(equipment_type use_which, bool ignore_temporary);
+bool check_transformation_stat_loss(const std::set<equipment_type> &remove,
+ int str_loss = 0, int dex_loss = 0,
+ int int_loss = 0, bool quiet = false);
size_type transform_size(int psize = PSIZE_BODY);
// last updated 12may2000 {dlb}