added replica types to pigments. simply added a type array for the pigment code to check. This will be better dealt with when the dye tubs overhaul goes in.

Correction to shroud of deceit hue.
This commit is contained in:
xavier 2011-07-09 01:24:09 +00:00
parent 2d7747154c
commit c57b83289e
2 changed files with 29 additions and 1 deletions

View file

@ -21,7 +21,7 @@ namespace Server.Items
[Constructable]
public ShroudOfDeciet()
{
Hue = 0x455;
Hue = 0x38F;
Attributes.RegenHits = 3;