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

@ -21,7 +21,7 @@ namespace Server.Engines.ConPVP
get { return "arena controller"; }
}
[Constructable]
[Constructible]
public ArenaController() : base( 0x1B7A )
{
Visible = false;

View file

@ -16,7 +16,7 @@ namespace Server.Engines.ConPVP
get { return "arena moongate"; }
}
[Constructable]
[Constructible]
public ArenasMoongate() : base( 0x1FD4 )
{
Movable = false;

View file

@ -33,12 +33,12 @@ namespace Server.Engines.ConPVP
}
}
[Constructable]
[Constructible]
public DuelTeleporterAddon() : this( DuelTeleporterType.Squares )
{
}
[Constructable]
[Constructible]
public DuelTeleporterAddon( DuelTeleporterType type )
{
int itemID = (int)type;

View file

@ -858,7 +858,7 @@ namespace Server.Engines.ConPVP
}
}
[Constructable]
[Constructible]
public BRGoal()
{
Name = "Bombing Run Goal";
@ -951,7 +951,7 @@ namespace Server.Engines.ConPVP
{
public BRTeamInfo m_TeamInfo;
[Constructable]
[Constructible]
public BRBoard()
: base( 7774 )
{
@ -1467,7 +1467,7 @@ namespace Server.Engines.ConPVP
return new BRGame( this, context );
}
[Constructable]
[Constructible]
public BRController()
{
Visible = false;

View file

@ -19,7 +19,7 @@ namespace Server.Engines.ConPVP
get { return "scoreboard"; }
}
[Constructable]
[Constructible]
public CTFBoard()
: base( 7774 )
{
@ -248,7 +248,7 @@ namespace Server.Engines.ConPVP
private int m_ReturnCount;
private Timer m_ReturnTimer;
[Constructable]
[Constructible]
public CTFFlag()
: base( 5643 )
{
@ -837,7 +837,7 @@ namespace Server.Engines.ConPVP
return new CTFGame( this, context );
}
[Constructable]
[Constructible]
public CTFController()
{
Visible = false;

View file

@ -20,7 +20,7 @@ namespace Server.Engines.ConPVP
get { return "scoreboard"; }
}
[Constructable]
[Constructible]
public DDBoard()
: base( 7774 )
{
@ -489,7 +489,7 @@ namespace Server.Engines.ConPVP
public override string DefaultName { get { return "DD Controller"; } }
[Constructable]
[Constructible]
public DDController()
{
Visible = false;
@ -1094,7 +1094,7 @@ namespace Server.Engines.ConPVP
private DDTeamInfo m_TeamOwner;
private DDGame m_Game;
[Constructable]
[Constructible]
public DDWayPoint()
{
this.ItemID = 0x519;

View file

@ -18,7 +18,7 @@ namespace Server.Engines.ConPVP
private Mobile m_King;
private KingTimer m_KingTimer;
[Constructable]
[Constructible]
public HillOfTheKing()
: base(0x520)
{
@ -298,7 +298,7 @@ namespace Server.Engines.ConPVP
public KHGame m_Game;
private KHController m_Controller;
[Constructable]
[Constructible]
public KHBoard()
: base(7774)
{
@ -835,7 +835,7 @@ namespace Server.Engines.ConPVP
m_Boards.Add(b);
}
[Constructable]
[Constructible]
public KHController()
{
Visible = false;

View file

@ -16,7 +16,7 @@ namespace Server.Engines.ConPVP
get { return "ladder controller"; }
}
[Constructable]
[Constructible]
public LadderController() : base( 0x1B7A )
{
Visible = false;

View file

@ -22,7 +22,7 @@ namespace Server.Engines.ConPVP
get { return "1v1 leaderboard"; }
}
[Constructable]
[Constructible]
public LadderItem() : base( 0x117F )
{
Movable = false;

View file

@ -19,7 +19,7 @@ namespace Server.Engines.ConPVP
get { return "preferences controller"; }
}
[Constructable]
[Constructible]
public PreferencesController() : base( 0x1B7A )
{
Visible = false;

View file

@ -7,7 +7,7 @@ using Server.Items;
namespace Server.Engines.ConPVP
{
#if false
[Flipable( 0x9A8, 0xE80 )]
[Flippable( 0x9A8, 0xE80 )]
public class StakesContainer : LockableContainer
{
private Mobile m_Initiator;

View file

@ -46,7 +46,7 @@ namespace Server.Engines.ConPVP
[CommandProperty( AccessLevel.GameMaster )]
public TournamentController Tournament{ get{ return m_Tournament; } set{ m_Tournament = value; } }
[Constructable]
[Constructible]
public TournamentRegistrar()
{
Timer.DelayCall( TimeSpan.FromSeconds( 30.0 ), TimeSpan.FromSeconds( 30.0 ), new TimerCallback( Announce_Callback ) );
@ -151,7 +151,7 @@ namespace Server.Engines.ConPVP
get { return "tournament signup book"; }
}
[Constructable]
[Constructible]
public TournamentSignupItem() : base( 4029 )
{
Movable = false;
@ -1254,7 +1254,7 @@ namespace Server.Engines.ConPVP
get { return "tournament controller"; }
}
[Constructable]
[Constructible]
public TournamentController() : base( 0x1B7A )
{
Visible = false;
@ -3590,7 +3590,7 @@ namespace Server.Engines.ConPVP
get { return "tournament bracket"; }
}
[Constructable]
[Constructible]
public TournamentBracketItem() : base( 3774 )
{
Movable = false;

View file

@ -12,7 +12,7 @@ namespace Server.Items
Gold
}
[Flipable( 5020, 4647 )]
[Flippable( 5020, 4647 )]
public class Trophy : Item
{
private string m_Title;
@ -32,7 +32,7 @@ namespace Server.Items
[CommandProperty( AccessLevel.GameMaster )]
public DateTime Date{ get{ return m_Date; } }
[Constructable]
[Constructible]
public Trophy( string title, TrophyRank rank ) : base( 5020 )
{
m_Title = title;