Set no backstory on newborns to match base RJW

This commit is contained in:
lutepickle 2022-03-13 18:00:26 -07:00
parent a967c7cfe3
commit 10e0d67ae6
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -240,10 +240,10 @@ namespace RJW_Menstruation
relationWithExtraPawnChanceFactor: 0,
fixedMelanin: melanin,
fixedLastName: lastname,
kind: BabyPawnKindDecider(mother, father)
kind: BabyPawnKindDecider(mother, father),
//fixedIdeo: mother.Ideo,
//forbidAnyTitle: true,
//forceNoBackstory:true
forceNoBackstory:true
);
int division = 1;