Lower fluid leak to a filth every 2.5ml

This commit is contained in:
lutepickle 2023-04-18 09:19:41 -07:00
parent e78a86599d
commit 0a5ab0bcfb
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ namespace RJW_Menstruation
const float minmakefilthvalue = 1.0f;
const int maxImplantDelayHours = 30 * GenDate.HoursPerDay;
const int minImplantAgeHours = 3 * GenDate.HoursPerDay;
const float fluidLeakThreshold = 5.0f;
const float fluidLeakThreshold = 2.5f;
const float pulloutSuccessRate = 0.8f;
const float fetishPulloutSuccessModifier = 0.25f;