Fixes lots more spelling errors (#5)

* Renames constructable to constructible
* Fixes project references.
* Fixes BaseEquippableLight file name
* Replaces payed with paid.
* Fixes various other spelling errors
This commit is contained in:
Kamron Batman 2018-02-20 16:01:41 -08:00 committed by GitHub
parent ca4e99c179
commit 20ae1b3989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2195 changed files with 4617 additions and 4617 deletions

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class BagOfAllReagents : Bag
{
[Constructable]
[Constructible]
public BagOfAllReagents() : this( 50 )
{
}
[Constructable]
[Constructible]
public BagOfAllReagents( int amount )
{
DropItem( new BlackPearl ( amount ) );

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class BagOfNecroReagents : Bag
{
[Constructable]
[Constructible]
public BagOfNecroReagents() : this( 50 )
{
}
[Constructable]
[Constructible]
public BagOfNecroReagents( int amount )
{
DropItem( new BatWing ( amount ) );

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class BagOfReagents : Bag
{
[Constructable]
[Constructible]
public BagOfReagents() : this( 50 )
{
}
[Constructable]
[Constructible]
public BagOfReagents( int amount )
{
DropItem( new BlackPearl ( amount ) );

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public BatWing() : this( 1 )
{
}
[Constructable]
[Constructible]
public BatWing( int amount ) : base( 0xF78, amount )
{
}

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public BlackPearl() : this( 1 )
{
}
[Constructable]
[Constructible]
public BlackPearl( int amount ) : base( 0xF7A, amount )
{
}

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public Bloodmoss() : this( 1 )
{
}
[Constructable]
[Constructible]
public Bloodmoss( int amount ) : base( 0xF7B, amount )
{
}

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public DaemonBlood() : this( 1 )
{
}
[Constructable]
[Constructible]
public DaemonBlood( int amount ) : base( 0xF7D, amount )
{
}

View file

@ -12,12 +12,12 @@ namespace Server.Items
get { return 1.0; }
}
[Constructable]
[Constructible]
public DaemonBone() : this( 1 )
{
}
[Constructable]
[Constructible]
public DaemonBone( int amount ) : base( 0xF80, amount )
{
}

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public DeadWood() : this( 1 )
{
}
[Constructable]
[Constructible]
public DeadWood( int amount ) : base( 0xF90, amount )
{
}

View file

@ -8,13 +8,13 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return Core.ML; } }
[Constructable]
[Constructible]
public DragonsBlood()
: this( 1 )
{
}
[Constructable]
[Constructible]
public DragonsBlood( int amount )
: base( 0x4077, amount )
{

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public Garlic() : this( 1 )
{
}
[Constructable]
[Constructible]
public Garlic( int amount ) : base( 0xF84, amount )
{
}

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public Ginseng() : this( 1 )
{
}
[Constructable]
[Constructible]
public Ginseng( int amount ) : base( 0xF85, amount )
{
}

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public GraveDust() : this( 1 )
{
}
[Constructable]
[Constructible]
public GraveDust( int amount ) : base( 0xF8F, amount )
{
}

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public MandrakeRoot() : this( 1 )
{
}
[Constructable]
[Constructible]
public MandrakeRoot( int amount ) : base( 0xF86, amount )
{
}

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public Nightshade() : this( 1 )
{
}
[Constructable]
[Constructible]
public Nightshade( int amount ) : base( 0xF88, amount )
{
}

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public NoxCrystal() : this( 1 )
{
}
[Constructable]
[Constructible]
public NoxCrystal( int amount ) : base( 0xF8E, amount )
{
}

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public PigIron() : this( 1 )
{
}
[Constructable]
[Constructible]
public PigIron( int amount ) : base( 0xF8A, amount )
{
}

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public SpidersSilk() : this( 1 )
{
}
[Constructable]
[Constructible]
public SpidersSilk( int amount ) : base( 0xF8D, amount )
{
}

View file

@ -9,12 +9,12 @@ namespace Server.Items
int ICommodity.DescriptionNumber { get { return LabelNumber; } }
bool ICommodity.IsDeedable { get { return true; } }
[Constructable]
[Constructible]
public SulfurousAsh() : this( 1 )
{
}
[Constructable]
[Constructible]
public SulfurousAsh( int amount ) : base( 0xF8C, amount )
{
}