Compare commits

..

1 commit

Author SHA1 Message Date
Akiyami Solo
9b09b7e36a Merge branch 'dev' into 'dev'
Breast fullness is not displayed and the "milk yourself" action is not invoked on a pawn when the rjw-mc-biotech mod is present

See merge request lutepickle/rjw_menstruation!6
2024-05-19 06:09:13 +00:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -120,7 +120,7 @@ namespace RJW_Menstruation
string label = bestOutcome.label;
TaggedString description = bestOutcome.description.Formatted(mother.Named("MOTHER"));
if (baby.genes?.HasActiveGene(GeneDefOf.Inbred) ?? false)
if (baby.genes?.HasGene(GeneDefOf.Inbred) ?? false)
description += "\n\n" + "InbredBabyBorn".Translate();
baby.babyNamingDeadline = Find.TickManager.TicksGame + GenDate.TicksPerDay;