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 GlobOfMonstreousInterredGrizzle : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1072117; } } // Glob of Monsterous Interred Grizzle
|
||||
public override int LabelNumber => 1072117; // Glob of Monsterous Interred Grizzle
|
||||
|
||||
[Constructible]
|
||||
public GlobOfMonstreousInterredGrizzle() : base( 0x2F3 )
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Server.Items
|
|||
{
|
||||
public class GrizzledSkullCollection : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1072116; } } // Grizzled Skull collection
|
||||
public override int LabelNumber => 1072116; // Grizzled Skull collection
|
||||
|
||||
[Constructible]
|
||||
public GrizzledSkullCollection() : base( 0x21FC )
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Server.Items
|
|||
{
|
||||
public class MonsterousInterredGrizzleMaggots : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1075090; } } // Monsterous Interred Grizzle Maggots
|
||||
public override int LabelNumber => 1075090; // Monsterous Interred Grizzle Maggots
|
||||
|
||||
[Constructible]
|
||||
public MonsterousInterredGrizzleMaggots() : base( 0x2633 )
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Server.Items
|
|||
{
|
||||
public class ResolvesBridle : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1074761; } } // Resolve's Bridle
|
||||
public override int LabelNumber => 1074761; // Resolve's Bridle
|
||||
|
||||
[Constructible]
|
||||
public ResolvesBridle() : base( 0x1374 )
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Server.Items
|
|||
{
|
||||
public class TombstoneOfTheDamned : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1072123; } } // Tombstone of the Damned
|
||||
public override int LabelNumber => 1072123; // Tombstone of the Damned
|
||||
|
||||
[Constructible]
|
||||
public TombstoneOfTheDamned() : base( Utility.RandomMinMax( 0xED7, 0xEDE ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue