11 lines
282 B
C#
11 lines
282 B
C#
namespace Server.Items
|
|
{
|
|
[Serializable(0)]
|
|
public partial class LightweightShortbow : MagicalShortbow
|
|
{
|
|
[Constructible]
|
|
public LightweightShortbow() => Balanced = true;
|
|
|
|
public override int LabelNumber => 1073510; // lightweight shortbow
|
|
}
|
|
}
|