misc changes laying around
This commit is contained in:
parent
a48e8d7633
commit
36868afd0a
12 changed files with 70 additions and 25 deletions
|
|
@ -261,7 +261,6 @@ namespace Server.Items
|
|||
Delete();
|
||||
}
|
||||
|
||||
|
||||
public static bool FullValidation( Map map, int x, int y )
|
||||
{
|
||||
bool valid = ValidateDeepWater( map, x, y );
|
||||
|
|
@ -293,9 +292,7 @@ namespace Server.Items
|
|||
bool water = false;
|
||||
|
||||
for( int i = 0; !water && i < m_WaterTiles.Length; i += 2 )
|
||||
{
|
||||
water = (tileID >= m_WaterTiles[i] && tileID <= m_WaterTiles[i + 1]);
|
||||
}
|
||||
|
||||
return water;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@ namespace Server.Items
|
|||
if ( from.Alive && this.Movable )
|
||||
list.Add( new ContextMenus.AddToSpellbookEntry() );
|
||||
}
|
||||
|
||||
|
||||
public override void OnDoubleClick( Mobile from )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue