git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9194 c06c8d41-db1a-0410-9941-cceddc491573
AB5SAEG4YJDTRUTNVXKBOYHOAARM3EWVPY7JUN7OMFGDMN4VBPCQC else if (player_mutation_level(MUT_CLAWS) >= 3|| you.species == SP_TROLL || you.species == SP_GHOUL){// There is player_has_claws() but it is not equivalent.// Claws appear if they're big enough to not wear gloves// or on races that have claws.
else if (you.has_claws(false) >= 3)