This commit is contained in:
parent
f0e69501ac
commit
e332541b61
4 changed files with 40 additions and 4 deletions
|
|
@ -249,7 +249,11 @@ namespace Server.Items
|
|||
UnscaleDurability();
|
||||
|
||||
m_Resource = value;
|
||||
Hue = CraftResources.GetHue( m_Resource );
|
||||
|
||||
if (!DefTailoring.IsNonColorable(this.GetType()))
|
||||
{
|
||||
Hue = CraftResources.GetHue(m_Resource);
|
||||
}
|
||||
|
||||
Invalidate();
|
||||
InvalidateProperties();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue