Skip to content

Commit

Permalink
Merge pull request #5 from CeJayce/master
Browse files Browse the repository at this point in the history
Fix for blank recipes from smith heartwood quests
Fix for gozas not retaining cloth hue (Kalamus)
Fix for elven forge not working as a forge(xG00BERx)
  • Loading branch information
Voxpire committed Feb 26, 2014
2 parents 71c92fa + f401678 commit aa387d5
Show file tree
Hide file tree
Showing 3 changed files with 940 additions and 938 deletions.
2 changes: 2 additions & 0 deletions Scripts/Items/- BaseClasses/BaseAddonDeed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ public virtual int OnCraft(int quality, bool makersMark, Mobile from, CraftSyste

if (context != null && context.DoNotColor)
this.Hue = 0;
else
this.Hue = resHue;

return quality;
}
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Items/Addons/ElvenForgeAddon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class ElvenForgeAddon : BaseAddon
[Constructable]
public ElvenForgeAddon()
{
this.AddComponent(new AddonComponent(0x2DD8), 0, 0, 0);
AddComponent(new ForgeComponent(0x2DD8), 0, 0, 0);
}

public ElvenForgeAddon(Serial serial)
Expand Down
Loading

0 comments on commit aa387d5

Please sign in to comment.