Allow backstories to be generated in MultiplePregnancy's AddNewBaby. Some mods (e.g. Kurin) break if a baby is born without a backstory

This commit is contained in:
lutepickle 2024-05-15 21:27:03 -07:00
parent d1d4398aa4
commit 9654c4e347
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View file

@ -317,7 +317,6 @@ namespace RJW_Menstruation
kind: PregnancyCommon.BabyPawnKindDecider(mother, father, false),
//fixedIdeo: mother.Ideo,
forbidAnyTitle: true,
forceNoBackstory: true,
forcedEndogenes: PregnancyUtility.GetInheritedGenes(father, mother),
forcedXenotype: ModsConfig.BiotechActive ? XenotypeDefOf.Baseliner : null
);