mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Lower fluid leak to a filth every 2.5ml
This commit is contained in:
parent
e78a86599d
commit
0a5ab0bcfb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue