mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Set new babies to baseliner if there's no xenotype to inherit
This commit is contained in:
parent
8d0d980048
commit
1b5e204795
2 changed files with 2 additions and 1 deletions
Binary file not shown.
|
@ -398,7 +398,8 @@ namespace RJW_Menstruation
|
|||
//fixedIdeo: mother.Ideo,
|
||||
forbidAnyTitle: true,
|
||||
forceNoBackstory: true,
|
||||
forcedEndogenes: PregnancyUtility.GetInheritedGenes(father, mother)
|
||||
forcedEndogenes: PregnancyUtility.GetInheritedGenes(father, mother),
|
||||
forcedXenotype: ModsConfig.BiotechActive ? XenotypeDefOf.Baseliner : null
|
||||
);
|
||||
|
||||
int division = 1;
|
||||
|
|
Loading…
Reference in a new issue