mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Set no backstory on newborns to match base RJW
This commit is contained in:
parent
89d6353e16
commit
b985f4188d
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue