Formatting FIxes (#58)
This commit is contained in:
parent
57fb9fb525
commit
096d39609e
1318 changed files with 11633 additions and 22129 deletions
|
|
@ -5,10 +5,7 @@ namespace Server.Items
|
|||
public class GlassblowingBook : Item
|
||||
{
|
||||
[Constructible]
|
||||
public GlassblowingBook() : base(0xFF4)
|
||||
{
|
||||
Weight = 1.0;
|
||||
}
|
||||
public GlassblowingBook() : base(0xFF4) => Weight = 1.0;
|
||||
|
||||
public GlassblowingBook(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,10 +5,7 @@ namespace Server.Items
|
|||
public class MasonryBook : Item
|
||||
{
|
||||
[Constructible]
|
||||
public MasonryBook() : base(0xFBE)
|
||||
{
|
||||
Weight = 1.0;
|
||||
}
|
||||
public MasonryBook() : base(0xFBE) => Weight = 1.0;
|
||||
|
||||
public MasonryBook(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,10 +5,7 @@ namespace Server.Items
|
|||
public class SandMiningBook : Item
|
||||
{
|
||||
[Constructible]
|
||||
public SandMiningBook() : base(0xFF4)
|
||||
{
|
||||
Weight = 1.0;
|
||||
}
|
||||
public SandMiningBook() : base(0xFF4) => Weight = 1.0;
|
||||
|
||||
public SandMiningBook(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,10 +5,7 @@ namespace Server.Items
|
|||
public class StoneMiningBook : Item
|
||||
{
|
||||
[Constructible]
|
||||
public StoneMiningBook() : base(0xFBE)
|
||||
{
|
||||
Weight = 1.0;
|
||||
}
|
||||
public StoneMiningBook() : base(0xFBE) => Weight = 1.0;
|
||||
|
||||
public StoneMiningBook(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue