This commit is contained in:
parent
879e2fc778
commit
f2b9f04620
29 changed files with 62 additions and 55 deletions
|
|
@ -302,7 +302,13 @@ namespace Server.Items
|
|||
public override bool CanEquip( Mobile from )
|
||||
{
|
||||
if ( !Ethics.Ethic.CheckEquip( from, this ) )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
else if ( !from.CanBeginAction( typeof( BaseWeapon ) ) )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return base.CanEquip( from );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue