pub fn fit_for(
constitution: &BodyConstitution,
phys: &PhysiologicalState,
) -> BodyFitExpand description
Fit using the constitution plus a physiological state so pregnancy is one source of truth. A declared pregnant physiological state wins; otherwise the constitution’s own hint is used.