Server.Items.TreasureMapChest.CheckLift C# (CSharp) Method

CheckLift() public method

public CheckLift ( Mobile from, Item item, LRReason &reject ) : bool
from Mobile
item Item
reject LRReason
return bool
		public override bool CheckLift( Mobile from, Item item, ref LRReason reject )
		{
			return CheckLoot( from, true ) && base.CheckLift( from, item, ref reject );
		}