Set no backstory on newborns to match base RJW

This commit is contained in:
lutepickle 2022-03-13 18:00:26 -07:00
parent 89d6353e16
commit b985f4188d
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;