1234567891011 |
- /// <reference path="../../Bodypart.ts" />
- /// <reference path="../../Humanoid/Humanoid.ts" />
- /// <reference path="../SexStick.ts" />
- /// <reference path="../SexHole.ts" />
- /// <reference path="../../../Measure.ts" />
- 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<number> = [Humanoid.SLOT_HEADGEAR, Humanoid.SLOT_HAIR, Humanoid.SLOT_EARS, Humanoid.SLOT_FACE, Humanoid.SLOT_EYES, , Humanoid.SLOT_NOSE, Humanoid.SLOT_MOUTH];
- }
|