correction in moongates regarding unhiding. ItemID wands should not be dropping on AoS+ shards.
This commit is contained in:
parent
67a8569ecd
commit
359349ed01
3 changed files with 17 additions and 8 deletions
|
|
@ -104,11 +104,8 @@ namespace Server.Items
|
|||
public virtual void CheckGate( Mobile m, int range )
|
||||
{
|
||||
#region Mondain's Legacy
|
||||
if ( m.Hidden && Core.ML )
|
||||
{
|
||||
if ( m.Hidden && m.AccessLevel == AccessLevel.Player && Core.ML )
|
||||
m.RevealingAction();
|
||||
m.SendLocalizedMessage( 501955 ); // Your spirit lacks the cohesion for gate travel at this time.
|
||||
}
|
||||
#endregion
|
||||
|
||||
new DelayTimer( m, this, range ).Start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue