Remove comment about random last name that doesn't apply anymore

This commit is contained in:
lutepickle 2024-05-05 10:54:46 -07:00
parent 81544451ff
commit 1e803d52c6
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ namespace RJW_Menstruation
kind: babyPawnKind,
faction: mother.Faction,
allowDowned: true,
// fixedLastName seems not to actually do anything, as we eventually end up in PawnBioAndNameGenerator.NameResolvedFrom, which ignores its forcedLastName argument
fixedLastName: (string)RandomLastName.Invoke(null, new object[] { mother, mother, xxx.is_human(father) ? father : null }),
forceNoIdeo: true,
forcedEndogenes: PregnancyUtility.GetInheritedGenes(father, mother),