mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Increase ovipostor semen to make up for the lowered fert chance
This commit is contained in:
parent
3ac49afade
commit
14174396b0
3 changed files with 2 additions and 1 deletions
Binary file not shown.
|
@ -39,7 +39,7 @@ namespace RJW_Menstruation
|
|||
}
|
||||
else if (Genital_Helper.has_ovipositorM(pawn, pawnparts))
|
||||
{
|
||||
comp.CumIn(pawn, Rand.Range(0.5f, 3.0f) * pawn.BodySize, 1.0f);
|
||||
comp.CumIn(pawn, Rand.Range(0.75f, 4.5f) * pawn.BodySize, 1.0f);
|
||||
}
|
||||
else comp.CumIn(pawn, pawn.GetCumVolume(pawnparts), 0);
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Version 1.0.6.6
|
||||
- Ovipostors add on average 1.5x as much cum to a womb than before.
|
||||
- The womb tick timing is now more consistent across a save and load, and also spread out across pawns.
|
||||
- Fix error when an egg fertilized by a nonexistent/garbage collected pawn (e.g. in an NPC's womb) tries to implant.
|
||||
- Another hybrid fix for invalid races.
|
||||
|
|
Loading…
Reference in a new issue