Formatting FIxes (#58)
This commit is contained in:
parent
57fb9fb525
commit
096d39609e
1318 changed files with 11633 additions and 22129 deletions
|
|
@ -3,10 +3,7 @@ namespace Server.Items
|
|||
public class StatueSouth : Item
|
||||
{
|
||||
[Constructible]
|
||||
public StatueSouth() : base(0x139A)
|
||||
{
|
||||
Weight = 10;
|
||||
}
|
||||
public StatueSouth() : base(0x139A) => Weight = 10;
|
||||
|
||||
public StatueSouth(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -32,10 +29,7 @@ namespace Server.Items
|
|||
public class StatueSouth2 : Item
|
||||
{
|
||||
[Constructible]
|
||||
public StatueSouth2() : base(0x1227)
|
||||
{
|
||||
Weight = 10;
|
||||
}
|
||||
public StatueSouth2() : base(0x1227) => Weight = 10;
|
||||
|
||||
public StatueSouth2(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -61,10 +55,7 @@ namespace Server.Items
|
|||
public class StatueNorth : Item
|
||||
{
|
||||
[Constructible]
|
||||
public StatueNorth() : base(0x139B)
|
||||
{
|
||||
Weight = 10;
|
||||
}
|
||||
public StatueNorth() : base(0x139B) => Weight = 10;
|
||||
|
||||
public StatueNorth(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -90,10 +81,7 @@ namespace Server.Items
|
|||
public class StatueWest : Item
|
||||
{
|
||||
[Constructible]
|
||||
public StatueWest() : base(0x1226)
|
||||
{
|
||||
Weight = 10;
|
||||
}
|
||||
public StatueWest() : base(0x1226) => Weight = 10;
|
||||
|
||||
public StatueWest(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -119,10 +107,7 @@ namespace Server.Items
|
|||
public class StatueEast : Item
|
||||
{
|
||||
[Constructible]
|
||||
public StatueEast() : base(0x139C)
|
||||
{
|
||||
Weight = 10;
|
||||
}
|
||||
public StatueEast() : base(0x139C) => Weight = 10;
|
||||
|
||||
public StatueEast(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -148,10 +133,7 @@ namespace Server.Items
|
|||
public class StatueEast2 : Item
|
||||
{
|
||||
[Constructible]
|
||||
public StatueEast2() : base(0x1224)
|
||||
{
|
||||
Weight = 10;
|
||||
}
|
||||
public StatueEast2() : base(0x1224) => Weight = 10;
|
||||
|
||||
public StatueEast2(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -177,10 +159,7 @@ namespace Server.Items
|
|||
public class StatueSouthEast : Item
|
||||
{
|
||||
[Constructible]
|
||||
public StatueSouthEast() : base(0x1225)
|
||||
{
|
||||
Weight = 10;
|
||||
}
|
||||
public StatueSouthEast() : base(0x1225) => Weight = 10;
|
||||
|
||||
public StatueSouthEast(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -206,10 +185,7 @@ namespace Server.Items
|
|||
public class BustSouth : Item
|
||||
{
|
||||
[Constructible]
|
||||
public BustSouth() : base(0x12CB)
|
||||
{
|
||||
Weight = 10;
|
||||
}
|
||||
public BustSouth() : base(0x12CB) => Weight = 10;
|
||||
|
||||
public BustSouth(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -235,10 +211,7 @@ namespace Server.Items
|
|||
public class BustEast : Item
|
||||
{
|
||||
[Constructible]
|
||||
public BustEast() : base(0x12CA)
|
||||
{
|
||||
Weight = 10;
|
||||
}
|
||||
public BustEast() : base(0x12CA) => Weight = 10;
|
||||
|
||||
public BustEast(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -264,10 +237,7 @@ namespace Server.Items
|
|||
public class StatuePegasus : Item
|
||||
{
|
||||
[Constructible]
|
||||
public StatuePegasus() : base(0x139D)
|
||||
{
|
||||
Weight = 10;
|
||||
}
|
||||
public StatuePegasus() : base(0x139D) => Weight = 10;
|
||||
|
||||
public StatuePegasus(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -293,10 +263,7 @@ namespace Server.Items
|
|||
public class StatuePegasus2 : Item
|
||||
{
|
||||
[Constructible]
|
||||
public StatuePegasus2() : base(0x1228)
|
||||
{
|
||||
Weight = 10;
|
||||
}
|
||||
public StatuePegasus2() : base(0x1228) => Weight = 10;
|
||||
|
||||
public StatuePegasus2(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -322,10 +289,7 @@ namespace Server.Items
|
|||
public class SmallTowerSculpture : Item
|
||||
{
|
||||
[Constructible]
|
||||
public SmallTowerSculpture() : base(0x241A)
|
||||
{
|
||||
Weight = 20.0;
|
||||
}
|
||||
public SmallTowerSculpture() : base(0x241A) => Weight = 20.0;
|
||||
|
||||
public SmallTowerSculpture(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue