public virtual bool CheckLift(Mobile m, object o) { if (m_Parent != null) { return(m_Parent.CheckLift(m, o)); } return(true); }