mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Start a pregnancy already advanced by the time since fertilization
This commit is contained in:
parent
b55db79eb5
commit
6a7fb8ef70
3 changed files with 3 additions and 0 deletions
Binary file not shown.
|
@ -1268,6 +1268,8 @@ namespace RJW_Menstruation
|
||||||
pregnant = true;
|
pregnant = true;
|
||||||
deadeggs.Add(egg);
|
deadeggs.Add(egg);
|
||||||
}
|
}
|
||||||
|
pregnancy.p_start_tick -= egg.fertstage / Configurations.CycleAcceleration * GenDate.TicksPerHour;
|
||||||
|
pregnancy.p_end_tick -= egg.fertstage / Configurations.CycleAcceleration * GenDate.TicksPerHour;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.
|
- 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.
|
- 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.
|
- 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.
|
- Support for Animal Genetics (Continued) when using multiple pregnancy.
|
||||||
|
|
||||||
Version 1.0.7.4
|
Version 1.0.7.4
|
||||||
|
|
Loading…
Reference in a new issue