11 lines
289 B
C#
11 lines
289 B
C#
namespace Server.Items
|
|
{
|
|
[Serializable(0)]
|
|
public partial class DarkglowScimitar : RadiantScimitar
|
|
{
|
|
[Constructible]
|
|
public DarkglowScimitar() => WeaponAttributes.HitDispel = 10;
|
|
|
|
public override int LabelNumber => 1073542; // darkglow scimitar
|
|
}
|
|
}
|