Skip to content

Commit

Permalink
fix: Update Nails.cs with correct graphic (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
bohica89 committed Apr 29, 2024
1 parent d23d92d commit 248af59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/UOContent/Items/Skill Items/Tools/Nails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public partial class Nails : BaseTool
public Nails() : base(0x102E) => Weight = 2.0;

[Constructible]
public Nails(int uses) : base(uses, 0x102C) => Weight = 2.0;
public Nails(int uses) : base(uses, 0x102E) => Weight = 2.0;

public override CraftSystem CraftSystem => DefCarpentry.CraftSystem;
}

0 comments on commit 248af59

Please sign in to comment.