mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Copy hair color for identical twins
This commit is contained in:
parent
b28beb8eaa
commit
91142d640f
2 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,7 @@ namespace RJW_Menstruation
|
||||||
{
|
{
|
||||||
baby.story.headType = firstbaby.story.headType;
|
baby.story.headType = firstbaby.story.headType;
|
||||||
baby.story.hairDef = firstbaby.story.hairDef;
|
baby.story.hairDef = firstbaby.story.hairDef;
|
||||||
|
baby.story.HairColor = firstbaby.story.HairColor;
|
||||||
baby.story.bodyType = firstbaby.story.bodyType;
|
baby.story.bodyType = firstbaby.story.bodyType;
|
||||||
baby.story.furDef = firstbaby.story.furDef;
|
baby.story.furDef = firstbaby.story.furDef;
|
||||||
baby.story.skinColorOverride = firstbaby.story.skinColorOverride;
|
baby.story.skinColorOverride = firstbaby.story.skinColorOverride;
|
||||||
|
|
|
@ -351,6 +351,7 @@ namespace RJW_Menstruation
|
||||||
{
|
{
|
||||||
baby.story.headType = firstbaby.story.headType;
|
baby.story.headType = firstbaby.story.headType;
|
||||||
baby.story.hairDef = firstbaby.story.hairDef;
|
baby.story.hairDef = firstbaby.story.hairDef;
|
||||||
|
baby.story.HairColor = firstbaby.story.HairColor;
|
||||||
baby.story.bodyType = firstbaby.story.bodyType;
|
baby.story.bodyType = firstbaby.story.bodyType;
|
||||||
baby.story.furDef = firstbaby.story.furDef;
|
baby.story.furDef = firstbaby.story.furDef;
|
||||||
baby.story.skinColorOverride = firstbaby.story.skinColorOverride;
|
baby.story.skinColorOverride = firstbaby.story.skinColorOverride;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue