mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Copy SkinColorBase to enzygotic siblings and set baby graphics dirty afterwards
This commit is contained in:
parent
5b9d3ad08b
commit
e447d1cc26
3 changed files with 4 additions and 0 deletions
Binary file not shown.
|
@ -114,6 +114,7 @@ namespace RJW_Menstruation
|
|||
baby.story.HairColor = firstbaby.story.HairColor;
|
||||
baby.story.bodyType = firstbaby.story.bodyType;
|
||||
baby.story.furDef = firstbaby.story.furDef;
|
||||
baby.story.SkinColorBase = firstbaby.story.SkinColorBase;
|
||||
baby.story.skinColorOverride = firstbaby.story.skinColorOverride;
|
||||
}
|
||||
|
||||
|
@ -133,6 +134,7 @@ namespace RJW_Menstruation
|
|||
PregnancyCommon.ProcessIdenticalSibling(baby, firstbaby);
|
||||
}
|
||||
}
|
||||
baby.Drawer.renderer.SetAllGraphicsDirty();
|
||||
babies.Add(baby);
|
||||
// These get cleared out later, but setting the relations now will help keep track of things.
|
||||
baby.SetMother(mother);
|
||||
|
|
|
@ -353,6 +353,7 @@ namespace RJW_Menstruation
|
|||
baby.story.HairColor = firstbaby.story.HairColor;
|
||||
baby.story.bodyType = firstbaby.story.bodyType;
|
||||
baby.story.furDef = firstbaby.story.furDef;
|
||||
baby.story.SkinColorBase = firstbaby.story.SkinColorBase;
|
||||
baby.story.skinColorOverride = firstbaby.story.skinColorOverride;
|
||||
}
|
||||
|
||||
|
@ -370,6 +371,7 @@ namespace RJW_Menstruation
|
|||
AnimalGeneticsCompatibility.CopyGenes(baby, firstbaby);
|
||||
}
|
||||
}
|
||||
baby.Drawer.renderer.SetAllGraphicsDirty();
|
||||
babies.Add(baby);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue