mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Also add the father/mother check to the childbirth ritual
This commit is contained in:
parent
d4f8312cee
commit
ad7919a25b
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -294,6 +294,7 @@ namespace RJW_Menstruation
|
||||||
{
|
{
|
||||||
Pawn baby = comp.PeekBaby();
|
Pawn baby = comp.PeekBaby();
|
||||||
Pawn thisFather = baby.GetFather() ?? father;
|
Pawn thisFather = baby.GetFather() ?? father;
|
||||||
|
if (thisFather == geneticMother || thisFather == mother) thisFather = null;
|
||||||
baby.relations.ClearAllRelations();
|
baby.relations.ClearAllRelations();
|
||||||
|
|
||||||
PregnancyUtility.ApplyBirthOutcome(outcome, quality, ritual, genes, geneticMother, birtherThing, thisFather, doctor, lordJobRitual, assignments);
|
PregnancyUtility.ApplyBirthOutcome(outcome, quality, ritual, genes, geneticMother, birtherThing, thisFather, doctor, lordJobRitual, assignments);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue