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, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/transfor.h b/crawl-ref/source/transfor.h
index 3d2abedb3d..33df1c6b37 100644
--- a/crawl-ref/source/transfor.h
+++ b/crawl-ref/source/transfor.h
@@ -42,7 +42,8 @@ size_type transform_size(int psize = PSIZE_BODY);
bool transform(int pow, transformation_type which_trans, bool force = false,
bool just_check = false);
-void remove_one_equip(equipment_type eq, bool meld = true);
+void remove_one_equip(equipment_type eq, bool meld = true,
+ bool mutation = false);
void unmeld_one_equip(equipment_type eq);
bool transform_changed_physiology( bool phys_scales = false );