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
1.4/source/RJW_Menstruation/RJW_Menstruation
|
@ -111,6 +111,7 @@ namespace RJW_Menstruation
|
|||
{
|
||||
baby.story.headType = firstbaby.story.headType;
|
||||
baby.story.hairDef = firstbaby.story.hairDef;
|
||||
baby.story.HairColor = firstbaby.story.HairColor;
|
||||
baby.story.bodyType = firstbaby.story.bodyType;
|
||||
baby.story.furDef = firstbaby.story.furDef;
|
||||
baby.story.skinColorOverride = firstbaby.story.skinColorOverride;
|
||||
|
|
|
@ -351,6 +351,7 @@ namespace RJW_Menstruation
|
|||
{
|
||||
baby.story.headType = firstbaby.story.headType;
|
||||
baby.story.hairDef = firstbaby.story.hairDef;
|
||||
baby.story.HairColor = firstbaby.story.HairColor;
|
||||
baby.story.bodyType = firstbaby.story.bodyType;
|
||||
baby.story.furDef = firstbaby.story.furDef;
|
||||
baby.story.skinColorOverride = firstbaby.story.skinColorOverride;
|
||||
|
|
Loading…
Reference in a new issue