The womb can hold its extra cum for at least the first part of a pregnancy

This commit is contained in:
lutepickle 2022-03-15 11:21:04 -07:00
parent 1fda8cbab9
commit 51b3b1a924
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -183,7 +183,7 @@ namespace RJW_Menstruation
get
{
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;
}
}