Reset a baby's chrono age when they're born

This commit is contained in:
lutepickle 2022-03-09 17:45:57 -08:00
parent 680af9d3af
commit eff3d8177a
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -59,6 +59,7 @@ namespace RJW_Menstruation
HumanlikeBirth(baby, siblings);
}
baby.ageTracker.AgeChronologicalTicks = 0;
}
pawn.health.RemoveHediff(this);