protected override void OnTarget(Mobile from, object targ) { if (!(m_Post.Deleted)) { ShrinkFunctions.Shrink(from, targ); } return; }
protected override void OnTarget(Mobile from, object targ) { ShrinkFunctions.Shrink(from, targ, false); }