mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
The womb can hold its extra cum for at least the first part of a pregnancy
This commit is contained in:
parent
1fda8cbab9
commit
51b3b1a924
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -183,7 +183,7 @@ namespace RJW_Menstruation
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
float res = Props.maxCumCapacity * parent.pawn.BodySize;
|
float res = Props.maxCumCapacity * parent.pawn.BodySize;
|
||||||
if (curStage != Stage.Pregnant) res *= 500f;
|
if (curStage != Stage.Pregnant || (parent.pawn.GetRJWPregnancy()?.Severity ?? 0f) < 0.175f) res *= 500f;
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue