scissors should NOT be able to cut locked down or movable false items
This commit is contained in:
parent
9e586bf2f3
commit
d72057c5d5
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ namespace Server.Items
|
|||
|
||||
protected override void OnTarget( Mobile from, object targeted )
|
||||
{
|
||||
if ( m_Item.Deleted )
|
||||
if ( m_Item.Deleted || !m_Item.Movable )
|
||||
return;
|
||||
|
||||
/*if ( targeted is Item && !((Item)targeted).IsStandardLoot() )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue