Add comment on why fixedLastName doesn't work

This commit is contained in:
lutepickle 2023-03-05 22:57:23 -08:00
parent 1bc5b45669
commit 297e37a4ef
2 changed files with 2 additions and 1 deletions

View File

@ -79,6 +79,7 @@ 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),

View File

@ -1,6 +1,6 @@
Version 1.0.8.7
- Fix missing texture when using Milkable Colonists.
- Fix estrus lasting far longer than intended.
- Fix estrus and egg lifespan lasting far longer than intended.
- Canine vaginas now use the new periodic ovulator cycle.
- Hovering over a vagina hediff will show the current state in the tooltip.