mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
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:
parent
d1d4398aa4
commit
9654c4e347
2 changed files with 0 additions and 1 deletions
Binary file not shown.
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue