Adds style cop (#109)
This commit is contained in:
parent
3e715bcb60
commit
556a17aba8
1725 changed files with 33831 additions and 38046 deletions
|
|
@ -7,8 +7,6 @@ namespace Server.Engines.MLQuests.Definitions
|
|||
{
|
||||
// TODO: Assassination Contract, Evidence, Lost in Transit, Last Words
|
||||
|
||||
#region Quests
|
||||
|
||||
public class LostAndFound : MLQuest
|
||||
{
|
||||
public LostAndFound()
|
||||
|
|
@ -30,10 +28,6 @@ namespace Server.Engines.MLQuests.Definitions
|
|||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Items
|
||||
|
||||
public class BatteredBucket : TransientQuestGiverItem
|
||||
{
|
||||
[Constructible]
|
||||
|
|
@ -46,7 +40,7 @@ namespace Server.Engines.MLQuests.Definitions
|
|||
{
|
||||
}
|
||||
// Original label, doesn't fit the expiration message well
|
||||
//public override int LabelNumber => 1073129; // A battered bucket.
|
||||
// public override int LabelNumber => 1073129; // A battered bucket.
|
||||
|
||||
public override string DefaultName => "battered bucket";
|
||||
|
||||
|
|
@ -64,6 +58,4 @@ namespace Server.Engines.MLQuests.Definitions
|
|||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue