public static bool MustBeSubdued( BaseCreature bc )
 {
     return (bc.SubdueBeforeTame && (bc.Hits > (bc.HitsMax / 10)) && !bc.IsOldPet());
 }