\\\\\\\find in baseclothing.cs BaseArmor.cs and basejewel.cs\\\\\\\\\\\
public virtual bool CanBeWornByGargoyles
{
get
{
return false;
}
}
\\\\\\\\\and change to\\\\\\\\\
public virtual bool CanBeWornByGargoyles
{
get
{
return true;
}
}
and probly changes for elf and human should let all races wear anything not fully tested but was workin Til I changed it back