Fix Null father in womb dialog for Biotech pregnancies

This commit is contained in:
lutepickle 2023-03-11 14:07:55 -08:00
parent c05d8bad79
commit de2da85558
3 changed files with 3 additions and 2 deletions

Binary file not shown.

View file

@ -1,6 +1,7 @@
Version 1.0.8.8 Version 1.0.8.8
- Fix pawns skipping straight to menopause instead of going through climacteric stages. - Fix pawns skipping straight to menopause instead of going through climacteric stages.
- Rework ovulation mechanics. A pawn's implantation chance is now dependent on their age. - Fix father appearing as "Null" in womb dialog for some Biotech pregnancies.
- Rework ovulation mechanics. A pawn's implantation chance is now dependent only on their age.
- All other fertility-altering effects instead change the odds of ovulation occuring, rolled per-egg. This chance appears in the womb dialog. - All other fertility-altering effects instead change the odds of ovulation occuring, rolled per-egg. This chance appears in the womb dialog.
- If the chance of ovulation goes above 100%, the implantation chance is increased. - If the chance of ovulation goes above 100%, the implantation chance is increased.
- Drugs that increase the number of eggs ovulated are still guaranteed to work. - Drugs that increase the number of eggs ovulated are still guaranteed to work.