Upgrades code style - First batch (#22)
This commit is contained in:
parent
8ee42c8ea2
commit
632e8b4757
1834 changed files with 10245 additions and 10437 deletions
|
|
@ -5,7 +5,7 @@ namespace Server.Items
|
|||
{
|
||||
public class DragonFlameSectBadge : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1073141; } } // A Dragon Flame Sect Badge
|
||||
public override int LabelNumber => 1073141; // A Dragon Flame Sect Badge
|
||||
|
||||
[Constructible]
|
||||
public DragonFlameSectBadge() : base( 0x23E )
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Server.Items
|
|||
{
|
||||
public class OrdersFromMinax : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1074639; } } // Orders from Minax
|
||||
public override int LabelNumber => 1074639; // Orders from Minax
|
||||
|
||||
[Constructible]
|
||||
public OrdersFromMinax() : base( 0x2279 )
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Server.Items
|
|||
{
|
||||
public class SerpentFangSectBadge : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1073139; } } // A Serpent Fang Sect Badge
|
||||
public override int LabelNumber => 1073139; // A Serpent Fang Sect Badge
|
||||
|
||||
[Constructible]
|
||||
public SerpentFangSectBadge() : base( 0x23C )
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Server.Items
|
|||
{
|
||||
public class TigerClawSectBadge : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1073140; } } // A Tiger Claw Sect Badge
|
||||
public override int LabelNumber => 1073140; // A Tiger Claw Sect Badge
|
||||
|
||||
[Constructible]
|
||||
public TigerClawSectBadge() : base( 0x23D )
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Server.Items
|
|||
{
|
||||
public class TravestysCollectionOfShells : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1072090; } } // Travesty's Collection of Shells
|
||||
public override int LabelNumber => 1072090; // Travesty's Collection of Shells
|
||||
|
||||
[Constructible]
|
||||
public TravestysCollectionOfShells() : base( 0xFD3 )
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Server.Items
|
|||
{
|
||||
public class TravestysFineTeakwoodTray : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1075094; } } // Travesty's Fine Teakwood Tray
|
||||
public override int LabelNumber => 1075094; // Travesty's Fine Teakwood Tray
|
||||
|
||||
[Constructible]
|
||||
public TravestysFineTeakwoodTray() : base( Utility.Random( 0x991, 2 ) )
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Server.Items
|
|||
{
|
||||
public class TravestysSushiPreparations : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1075093; } } // Travesty's Sushi Preparations
|
||||
public override int LabelNumber => 1075093; // Travesty's Sushi Preparations
|
||||
|
||||
[Constructible]
|
||||
public TravestysSushiPreparations() : base( Utility.Random( 0x1E15, 2 ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue