Lower default fertilization chance to 10%/ml to account for the increased cums injected.

This commit is contained in:
lutepickle 2022-03-12 07:22:32 -08:00
parent e9e352cf9a
commit af6003911c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace RJW_Menstruation
{
public const float ImplantationChanceDefault = 0.65f;
public const int ImplantationChanceAdjustDefault = 65;
public const float FertilizeChanceDefault = 0.15f;
public const float FertilizeChanceDefault = 0.10f;
public const int FertilizeChanceAdjustDefault = 150;
public const float CumDecayRatioDefault = 0.30f;
public const int CumDecayRatioAdjustDefault = 300;