Skip to content

Commit

Permalink
Fixes the color on Shroud of Condemend. (Fix Courtesy of xGOOBERx)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesblack committed Mar 6, 2014
1 parent fd22ee2 commit 8c2ae28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Items/Clothing/Artifacts/ShroudOfTheCondemned.cs
Expand Up @@ -11,7 +11,7 @@ public ShroudOfTheCondemned()
{
this.Name = ("Shroud Of The Condemned");

this.Hue = 1;
this.Hue = 2075;
this.Attributes.BonusHits = 3;
this.Attributes.BonusInt = 5;
}
Expand Down

0 comments on commit 8c2ae28

Please sign in to comment.