Some more trailing whitespace removal and minor ML code cleanup.

This commit is contained in:
eos 2012-01-07 04:39:54 +00:00
parent f4a7e8e283
commit 45bd3dba38
113 changed files with 365 additions and 410 deletions

View file

@ -8,7 +8,7 @@ namespace Server.Items
public override int LabelNumber{ get{ return 1073545; } } // guardian axe
[Constructable]
public GuardianAxe() : base()
public GuardianAxe()
{
Attributes.BonusHits = 4;
Attributes.RegenHits = 1;

View file

@ -8,7 +8,7 @@ namespace Server.Items
public override int LabelNumber{ get{ return 1073548; } } // heavy ornate axe
[Constructable]
public HeavyOrnateAxe() : base()
public HeavyOrnateAxe()
{
Attributes.WeaponDamage = 8;
}

View file

@ -8,7 +8,7 @@ namespace Server.Items
public override int LabelNumber{ get{ return 1073546; } } // singing axe
[Constructable]
public SingingAxe() : base()
public SingingAxe()
{
SkillBonuses.SetValues( 0, SkillName.Musicianship, 5 );
}

View file

@ -8,7 +8,7 @@ namespace Server.Items
public override int LabelNumber{ get{ return 1073547; } } // thundering axe
[Constructable]
public ThunderingAxe() : base()
public ThunderingAxe()
{
WeaponAttributes.HitLightning = 10;
}