mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Add comment on why fixedLastName doesn't work
This commit is contained in:
parent
1bc5b45669
commit
297e37a4ef
2 changed files with 2 additions and 1 deletions
|
@ -79,6 +79,7 @@ namespace RJW_Menstruation
|
||||||
kind: babyPawnKind,
|
kind: babyPawnKind,
|
||||||
faction: mother.Faction,
|
faction: mother.Faction,
|
||||||
allowDowned: true,
|
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 }),
|
fixedLastName: (string)RandomLastName.Invoke(null, new object[] { mother, mother, xxx.is_human(father) ? father : null }),
|
||||||
forceNoIdeo: true,
|
forceNoIdeo: true,
|
||||||
forcedEndogenes: PregnancyUtility.GetInheritedGenes(father, mother),
|
forcedEndogenes: PregnancyUtility.GetInheritedGenes(father, mother),
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Version 1.0.8.7
|
Version 1.0.8.7
|
||||||
- Fix missing texture when using Milkable Colonists.
|
- 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.
|
- Canine vaginas now use the new periodic ovulator cycle.
|
||||||
- Hovering over a vagina hediff will show the current state in the tooltip.
|
- Hovering over a vagina hediff will show the current state in the tooltip.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue