Make ovipostor cum fertility go off of the right pawn

This commit is contained in:
lutepickle 2022-12-25 09:18:51 -08:00
parent 22a52093cb
commit ecc849e85f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ namespace RJW_Menstruation
}
else if (Genital_Helper.has_ovipositorM(pawn, pawnparts))
{
comp.CumIn(pawn, Rand.Range(0.75f, 4.5f) * pawn.BodySize, partner.SterileGenes() ? 0.0f : 1.0f);
comp.CumIn(pawn, Rand.Range(0.75f, 4.5f) * pawn.BodySize, pawn.SterileGenes() ? 0.0f : 1.0f);
}
else comp.CumIn(pawn, pawn.GetCumVolume(pawnparts), 0);