Skip to content
Snippets Groups Projects
Commit 43ba2026 authored by Ed86's avatar Ed86
Browse files

change phantasy_pregnancy to grow child until reproductive OR adult lifestage

parent b20b7f30
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ namespace rjw
{
if (RJWPregnancySettings.phantasy_pregnancy)
{
if (!pawn.ageTracker.CurLifeStage.reproductive)
if (!pawn.ageTracker.CurLifeStage.reproductive || pawn.ageTracker.Growth >= 1)
{
pawn.ageTracker.AgeBiologicalTicks = (pawn.ageTracker.AgeBiologicalYears + 1) * GenDate.TicksPerYear + 1;
pawn.ageTracker.DebugForceBirthdayBiological();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment