This commit is contained in:
mark 2012-11-10 20:35:27 +00:00
parent 900e4d9ae0
commit 696b8a5d3f

View file

@ -250,7 +250,7 @@ namespace Server.Items
m_Resource = value;
if (!DefTailoring.IsNonColorable(this.GetType()))
if (! (this is OrcHelm)) // TODO: Awful
{
Hue = CraftResources.GetHue(m_Resource);
}