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

@ -11,7 +11,7 @@ namespace Server.Items
{
public class FishingPole : Item
{
[Constructable]
[Constructible]
public FishingPole() : base( 0x0DC0 )
{
Layer = Layer.TwoHanded;

View file

@ -33,7 +33,7 @@ namespace Server.Items
set{ m_Level = Math.Max( 1, Math.Min( value, 4 ) ); }
}
[Constructable]
[Constructible]
public MessageInABottle() : this( Map.Trammel )
{
}
@ -42,7 +42,7 @@ namespace Server.Items
{
}
[Constructable]
[Constructible]
public MessageInABottle( Map map, int level ) : base( 0x099F )
{
Weight = 1.0;

View file

@ -4,7 +4,7 @@ using Server.Gumps;
namespace Server.Items
{
[Flipable( 0x14ED, 0x14EE )]
[Flippable( 0x14ED, 0x14EE )]
public class SOS : Item
{
public override int LabelNumber
@ -70,17 +70,17 @@ namespace Server.Items
Hue = 0;
}
[Constructable]
[Constructible]
public SOS() : this( Map.Trammel )
{
}
[Constructable]
[Constructible]
public SOS( Map map ) : this( map, MessageInABottle.GetRandomLevel() )
{
}
[Constructable]
[Constructible]
public SOS( Map map, int level ) : base( 0x14EE )
{
Weight = 1.0;

View file

@ -5,7 +5,7 @@ namespace Server.Items
{
public class Sextant : Item
{
[Constructable]
[Constructible]
public Sextant() : base( 0x1058 )
{
Weight = 2.0;

View file

@ -20,7 +20,7 @@ namespace Server.Items
set{ m_InUse = value; }
}
[Constructable]
[Constructible]
public SpecialFishingNet() : base( 0x0DCA )
{
Weight = 1.0;
@ -366,7 +366,7 @@ namespace Server.Items
{
public override int LabelNumber{ get{ return 1063451; } } // a fabled fishing net
[Constructable]
[Constructible]
public FabledFishingNet()
{
Hue = 0x481;