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

@ -271,7 +271,7 @@ namespace Server.Items
}
}
[Flipable( 0xA97, 0xA99, 0xA98, 0xA9A, 0xA9B, 0xA9C )]
[Flippable( 0xA97, 0xA99, 0xA98, 0xA9A, 0xA9B, 0xA9C )]
public class LibraryBookcase : FillableContainer
{
public override bool IsLockable { get { return false; } }
@ -293,7 +293,7 @@ namespace Server.Items
Respawn();
}
[Constructable]
[Constructible]
public LibraryBookcase()
: base( 0xA97 )
{
@ -323,10 +323,10 @@ namespace Server.Items
}
}
[Flipable( 0xE3D, 0xE3C )]
[Flippable( 0xE3D, 0xE3C )]
public class FillableLargeCrate : FillableContainer
{
[Constructable]
[Constructible]
public FillableLargeCrate()
: base( 0xE3D )
{
@ -353,10 +353,10 @@ namespace Server.Items
}
}
[Flipable( 0x9A9, 0xE7E )]
[Flippable( 0x9A9, 0xE7E )]
public class FillableSmallCrate : FillableContainer
{
[Constructable]
[Constructible]
public FillableSmallCrate()
: base( 0x9A9 )
{
@ -383,10 +383,10 @@ namespace Server.Items
}
}
[Flipable( 0x9AA, 0xE7D )]
[Flippable( 0x9AA, 0xE7D )]
public class FillableWoodenBox : FillableContainer
{
[Constructable]
[Constructible]
public FillableWoodenBox()
: base( 0x9AA )
{
@ -413,10 +413,10 @@ namespace Server.Items
}
}
[Flipable( 0x9A8, 0xE80 )]
[Flippable( 0x9A8, 0xE80 )]
public class FillableMetalBox : FillableContainer
{
[Constructable]
[Constructible]
public FillableMetalBox()
: base( 0x9A8 )
{
@ -449,7 +449,7 @@ namespace Server.Items
{
public override bool IsLockable { get { return false; } }
[Constructable]
[Constructible]
public FillableBarrel()
: base( 0xE77 )
{
@ -478,10 +478,10 @@ namespace Server.Items
}
}
[Flipable( 0x9AB, 0xE7C )]
[Flippable( 0x9AB, 0xE7C )]
public class FillableMetalChest : FillableContainer
{
[Constructable]
[Constructible]
public FillableMetalChest()
: base( 0x9AB )
{
@ -510,10 +510,10 @@ namespace Server.Items
}
}
[Flipable( 0xE41, 0xE40 )]
[Flippable( 0xE41, 0xE40 )]
public class FillableMetalGoldenChest : FillableContainer
{
[Constructable]
[Constructible]
public FillableMetalGoldenChest()
: base( 0xE41 )
{
@ -542,10 +542,10 @@ namespace Server.Items
}
}
[Flipable( 0xE43, 0xE42 )]
[Flippable( 0xE43, 0xE42 )]
public class FillableWoodenChest : FillableContainer
{
[Constructable]
[Constructible]
public FillableWoodenChest()
: base( 0xE43 )
{