summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 8f4f0e897f..d70fd80048 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -314,7 +314,7 @@ bool player_genus( unsigned char which_genus,
unsigned char species = SP_UNKNOWN );
bool you_can_wear( int eq, bool special_armour = false );
-bool you_tran_can_wear( int eq );
+bool you_tran_can_wear( int eq, bool check_mutation = false );
/* ***********************************************************************
* called from: ability - effects - fight - it_use3 - ouch - spell -