mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Remove the early exit from the implant loop for non-RJW multiple pregnancy. This lets Biotech fraternal twins implant in the same hour.
This commit is contained in:
parent
e5aa310528
commit
310c03a193
3 changed files with 3 additions and 3 deletions
|
@ -1457,9 +1457,7 @@ namespace RJW_Menstruation
|
|||
rjw_preg.p_start_tick -= egg.fertstage / Configurations.CycleAcceleration * GenDate.TicksPerHour;
|
||||
rjw_preg.p_end_tick -= egg.fertstage / Configurations.CycleAcceleration * GenDate.TicksPerHour;
|
||||
}
|
||||
if (!(pregnancy is Hediff_MultiplePregnancy)) break;
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Manifest>
|
||||
<identifier>RJW Menstruation</identifier>
|
||||
<version>1.0.8.8</version>
|
||||
<version>1.0.8.9</version>
|
||||
<dependencies>
|
||||
</dependencies>
|
||||
<incompatibleWith />
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
Version 1.0.8.9
|
||||
|
||||
Version 1.0.8.8
|
||||
- Fix pawns skipping straight to menopause instead of going through climacteric stages.
|
||||
- Fix father appearing as "Null" in womb dialog for some Biotech pregnancies.
|
||||
|
|
Loading…
Reference in a new issue