Start a pregnancy already advanced by the time since fertilization

This commit is contained in:
lutepickle 2022-09-28 11:54:57 -07:00
parent b55db79eb5
commit 6a7fb8ef70
3 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -1268,6 +1268,8 @@ namespace RJW_Menstruation
pregnant = true;
deadeggs.Add(egg);
}
pregnancy.p_start_tick -= egg.fertstage / Configurations.CycleAcceleration * GenDate.TicksPerHour;
pregnancy.p_end_tick -= egg.fertstage / Configurations.CycleAcceleration * GenDate.TicksPerHour;
}
}

View File

@ -9,6 +9,7 @@ Version 1.0.7.5
- Climacteric and menopause are now per-womb, appearing in the womb dialog instead of as hediffs. Any old hediffs should disappear upon loading the save.
- Added new property to vaginas to multiply the number of eggs available. Archotech vaginas will have quadruple the normal amount.
- Add new surgery to lighten and darken nipples.
- When a pregnancy starts, its gestation will be advanced to include the time since fertilization.
- Support for Animal Genetics (Continued) when using multiple pregnancy.
Version 1.0.7.4