mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Compare commits
No commits in common. "f368f643f4354d0c15e86795b164ee51f0a8d48c" and "523facc980314b7f841266cd2e2b612b80972d96" have entirely different histories.
f368f643f4
...
523facc980
5 changed files with 18 additions and 12 deletions
Binary file not shown.
|
@ -411,12 +411,12 @@ namespace RJW_Menstruation
|
||||||
allowFood: false,
|
allowFood: false,
|
||||||
allowAddictions: false,
|
allowAddictions: false,
|
||||||
relationWithExtraPawnChanceFactor: 0,
|
relationWithExtraPawnChanceFactor: 0,
|
||||||
|
//fixedMelanin: melanin,
|
||||||
fixedLastName: lastname,
|
fixedLastName: lastname,
|
||||||
kind: BabyPawnKindDecider(mother, father),
|
kind: BabyPawnKindDecider(mother, father),
|
||||||
//fixedIdeo: mother.Ideo,
|
//fixedIdeo: mother.Ideo,
|
||||||
forbidAnyTitle: true,
|
forbidAnyTitle: true,
|
||||||
forceNoBackstory: true,
|
forceNoBackstory: true
|
||||||
forcedEndogenes: PregnancyUtility.GetInheritedGenes(father, mother)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
int division = 1;
|
int division = 1;
|
||||||
|
@ -435,7 +435,17 @@ namespace RJW_Menstruation
|
||||||
{
|
{
|
||||||
firstbaby = baby;
|
firstbaby = baby;
|
||||||
request.FixedGender = baby.gender;
|
request.FixedGender = baby.gender;
|
||||||
request.ForcedEndogenes = baby.genes?.Endogenes.Select(gene => gene.def).ToList();
|
|
||||||
|
if (baby.story != null)
|
||||||
|
{
|
||||||
|
// firstheadpath = (string)baby.story.GetMemberValue("headGraphicPath");
|
||||||
|
// if (firstheadpath == null)
|
||||||
|
// {
|
||||||
|
// Graphic_Multi head = GraphicDatabaseHeadRecords.GetHeadRandom(baby.gender, baby.story.SkinColor, baby.story.crownType, true);
|
||||||
|
// if (head != null) baby.story.SetMemberValue("headGraphicPath", head.GraphicPath);
|
||||||
|
// firstheadpath = (string)baby.story.GetMemberValue("headGraphicPath");
|
||||||
|
// }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -443,9 +453,11 @@ namespace RJW_Menstruation
|
||||||
|
|
||||||
if (baby.story != null)
|
if (baby.story != null)
|
||||||
{
|
{
|
||||||
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.crownType = firstbaby.story.crownType;
|
||||||
|
//baby.story.SetMemberValue("headGraphicPath", firstheadpath);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (baby.IsHAR())
|
if (baby.IsHAR())
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<Manifest>
|
<Manifest>
|
||||||
<identifier>RJW Menstruation</identifier>
|
<identifier>RJW Menstruation</identifier>
|
||||||
<version>1.0.8.0</version>
|
<version>1.0.7.6</version>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<incompatibleWith />
|
<incompatibleWith />
|
||||||
|
|
|
@ -11,9 +11,4 @@
|
||||||
<li IfModActive="rjw.milk.humanoid">1.3/MilkModule</li>
|
<li IfModActive="rjw.milk.humanoid">1.3/MilkModule</li>
|
||||||
<!-- <li IfModActive="rjw.sexperience">1.3/SexperienceModule</li> -->
|
<!-- <li IfModActive="rjw.sexperience">1.3/SexperienceModule</li> -->
|
||||||
</v1.3>
|
</v1.3>
|
||||||
<v1.4>
|
|
||||||
<li>1.4</li>
|
|
||||||
<li IfModActive="Abraxas.RJW.RaceSupport">1.4/RJW Menstruation Race Support</li>
|
|
||||||
<!-- <li IfModActive="rjw.milk.humanoid">1.3/MilkModule</li> -->
|
|
||||||
</v1.4>
|
|
||||||
</loadFolders>
|
</loadFolders>
|
|
@ -1,5 +1,4 @@
|
||||||
Version 1.0.8.0
|
Version 1.0.7.6
|
||||||
- Partial support for RimWorld 1.4
|
|
||||||
- Updated Traditional Chinese translation by Hydrogen
|
- Updated Traditional Chinese translation by Hydrogen
|
||||||
|
|
||||||
Version 1.0.7.5
|
Version 1.0.7.5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue