summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/transfor.cc')
-rw-r--r--crawl-ref/source/transfor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index 8bcf271a64..3dc1d8e6a9 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -623,7 +623,7 @@ bool can_equip( equipment_type use_which, bool ignore_temporary )
if (use_which == EQ_BOOTS && !player_has_feet())
return (false);
- if (use_which == EQ_GLOVES && you.mutation[MUT_CLAWS] >= 3)
+ if (use_which == EQ_GLOVES && you.has_claws(false) >= 3)
return (false);
if (!ignore_temporary)