From 14174396b04f42447db7209911ad2b353009b97b Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Sat, 25 Jun 2022 11:15:54 -0700 Subject: [PATCH] Increase ovipostor semen to make up for the lowered fert chance --- 1.3/Assemblies/RJW_Menstruation.dll | Bin 158208 -> 158208 bytes .../RJW_Menstruation/Patch/RJW_Patch.cs | 2 +- changelogs.txt | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/1.3/Assemblies/RJW_Menstruation.dll b/1.3/Assemblies/RJW_Menstruation.dll index b9e33c1a8d7dc6d98568f1d9bd04b58acf34ce2c..118111187f1afa698c8b078b671ab7189a7dc0ae 100644 GIT binary patch delta 89 zcmV-f0H*(d)Cqvp36O{cI-IDuv5Yjt20%X|005AK#>BVA!~wcz5U7zqevvY^O1gDr v#UJJD_qUKN0@O4FPm_e^muO)EG!Wu*G|Ff**G-?fd!S#VVfDAHVFFYLHr6R* delta 89 zcmV-f0H*(d)Cqvp36O{c?)MPgv5Yjt1^_=I002OP#>BVA!~wcz5E(vKV*mfpLx<3f vSLZVKYPXOq0@O4F!*2nimuO)EG!Rd}XP)8)(oDJ}FdK!RMVGg%VFFYL9*rkE diff --git a/1.3/source/RJW_Menstruation/RJW_Menstruation/Patch/RJW_Patch.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/Patch/RJW_Patch.cs index 9da6fff..887f6b8 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/Patch/RJW_Patch.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/Patch/RJW_Patch.cs @@ -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); diff --git a/changelogs.txt b/changelogs.txt index c7f0c13..0fdb1e4 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -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.