Adds style cop (#109)

This commit is contained in:
Kamron Batman 2020-04-26 00:16:02 -07:00 committed by GitHub
parent 3e715bcb60
commit 556a17aba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1725 changed files with 33831 additions and 38046 deletions

View file

@ -35,8 +35,6 @@ namespace Server.Engines.MLQuests.Definitions
}
}
#region Patience
public class Patience : MLQuest
{
public Patience()
@ -178,10 +176,6 @@ namespace Server.Engines.MLQuests.Definitions
}
}
#endregion
#region Discipline
public class Discipline : MLQuest
{
public Discipline()
@ -305,10 +299,6 @@ namespace Server.Engines.MLQuests.Definitions
}
}
#endregion
#region Friend of the Fey
public class FriendOfTheFey : MLQuest
{
public FriendOfTheFey()
@ -390,10 +380,6 @@ namespace Server.Engines.MLQuests.Definitions
}
}
#endregion
#region Fiendish Friends
public class FiendishFriends : MLQuest
{
public FiendishFriends()
@ -477,10 +463,6 @@ namespace Server.Engines.MLQuests.Definitions
}
}
#endregion
#region Mobiles
[QuesterName("Aeluva (The Heartwood)")]
public class Aeluva : BaseCreature
{
@ -587,8 +569,7 @@ namespace Server.Engines.MLQuests.Definitions
{
MLQuestSystem.Tell(this, pm, Utility.RandomList(
1074186, // Come here, I have a task.
1074218 // Hey! I want to talk to you, now.
));
1074218)); // Hey! I want to talk to you, now.
}
public override void Serialize(IGenericWriter writer)
@ -704,8 +685,7 @@ namespace Server.Engines.MLQuests.Definitions
{
MLQuestSystem.Tell(this, pm, Utility.RandomList(
1074215, // Dont test my patience you sniveling worm!
1074218 // Hey!  I want to talk to you, now.
));
1074218)); // Hey!  I want to talk to you, now.
}
public override void Serialize(IGenericWriter writer)
@ -722,6 +702,4 @@ namespace Server.Engines.MLQuests.Definitions
int version = reader.ReadInt();
}
}
#endregion
}