///
///
///
///
///
class HumanoidHead extends Bodypart {
public sorenessWeight = Bodypart.WEIGHT_MEDIUM;
public genderWeight = Bodypart.WEIGHT_LOW;
// TODO: make these slots as own bodyparts so that they can be handled better
public slots : Array = [Humanoid.SLOT_HEADGEAR, Humanoid.SLOT_HAIR, Humanoid.SLOT_EARS, Humanoid.SLOT_FACE, Humanoid.SLOT_EYES, , Humanoid.SLOT_NOSE, Humanoid.SLOT_MOUTH];
}