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

@ -13,7 +13,7 @@ namespace Server.Items
public override int InitMinHits{ get{ return 255; } }
public override int InitMaxHits{ get{ return 255; } }
[Constructable]
[Constructible]
public Aegis()
{
Hue = 0x47E;

View file

@ -11,7 +11,7 @@ namespace Server.Items
public override int InitMinHits{ get{ return 255; } }
public override int InitMaxHits{ get{ return 255; } }
[Constructable]
[Constructible]
public ArcaneShield()
{
ItemID = 0x1B78;

View file

@ -18,7 +18,7 @@ namespace Server.Items
public override int ArmorBase{ get{ return 10; } }
[Constructable]
[Constructible]
public BronzeShield() : base( 0x1B72 )
{
Weight = 6.0;

View file

@ -18,7 +18,7 @@ namespace Server.Items
public override int ArmorBase{ get{ return 7; } }
[Constructable]
[Constructible]
public Buckler() : base( 0x1B73 )
{
Weight = 5.0;

View file

@ -19,7 +19,7 @@ namespace Server.Items
public override int ArmorBase{ get{ return 32; } }
[Constructable]
[Constructible]
public ChaosShield() : base( 0x1BC3 )
{
if ( !Core.AOS )

View file

@ -18,7 +18,7 @@ namespace Server.Items
public override int ArmorBase{ get{ return 23; } }
[Constructable]
[Constructible]
public HeaterShield() : base( 0x1B76 )
{
Weight = 8.0;

View file

@ -18,7 +18,7 @@ namespace Server.Items
public override int ArmorBase{ get{ return 16; } }
[Constructable]
[Constructible]
public MetalKiteShield() : base( 0x1B74 )
{
Weight = 7.0;

View file

@ -18,7 +18,7 @@ namespace Server.Items
public override int ArmorBase{ get{ return 11; } }
[Constructable]
[Constructible]
public MetalShield() : base( 0x1B7B )
{
Weight = 6.0;

View file

@ -19,7 +19,7 @@ namespace Server.Items
public override int ArmorBase{ get{ return 30; } }
[Constructable]
[Constructible]
public OrderShield() : base( 0x1BC4 )
{
if ( !Core.AOS )

View file

@ -18,7 +18,7 @@ namespace Server.Items
public override int ArmorBase{ get{ return 12; } }
[Constructable]
[Constructible]
public WoodenKiteShield() : base( 0x1B79 )
{
Weight = 5.0;

View file

@ -18,7 +18,7 @@ namespace Server.Items
public override int ArmorBase{ get{ return 8; } }
[Constructable]
[Constructible]
public WoodenShield() : base( 0x1B7A )
{
Weight = 5.0;