git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6736 c06c8d41-db1a-0410-9941-cceddc491573
X2AT73U3LOWYTSLNNVIKOWFTV5YVTR5XW22RST7F6DAMIBQBF3XQC
//jmf: Silently discard this enchantment
you.duration[DUR_STONESKIN] = 0;
// Most transformations conflict with stone skin.
if (which_trans != TRAN_NONE
&& which_trans != TRAN_BLADE_HANDS
&& which_trans != TRAN_STATUE)
{
you.duration[DUR_STONESKIN] = 0;
}