Formatting FIxes (#58)

This commit is contained in:
Kamron Batman 2019-10-04 23:08:13 -07:00 committed by GitHub
parent 57fb9fb525
commit 096d39609e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1318 changed files with 11633 additions and 22129 deletions

View file

@ -1510,10 +1510,7 @@ namespace Server.Engines.MLQuests.Definitions
public class GustarShroud : BaseOuterTorso
{
[Constructible]
public GustarShroud() : base(0x2684)
{
Hue = 0x479;
}
public GustarShroud() : base(0x2684) => Hue = 0x479;
public GustarShroud(Serial serial) : base(serial)
{
@ -1988,10 +1985,7 @@ namespace Server.Engines.MLQuests.Definitions
m_SBInfos.Add(new SBNinja());
}
public override bool GetGender()
{
return false;
}
public override bool GetGender() => false;
public override void InitOutfit()
{
@ -2235,10 +2229,7 @@ namespace Server.Engines.MLQuests.Definitions
m_SBInfos.Add(new SBSamurai());
}
public override bool GetGender()
{
return false;
}
public override bool GetGender() => false;
public override void InitOutfit()
{