mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Ensure that Biotech babies are born at zero ticks of age
This commit is contained in:
parent
93566b5fa3
commit
7d8228e03a
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ namespace RJW_Menstruation
|
|||
|
||||
Pawn baby = comp.PopBaby();
|
||||
if (baby == null) return PawnGenerator.GeneratePawn(request); // Shouldn't happen
|
||||
baby.ageTracker.AgeBiologicalTicks = 0;
|
||||
baby.ageTracker.AgeChronologicalTicks = 0;
|
||||
if (request.ForceDead) baby.Kill(null, null);
|
||||
return baby;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue