- Mar 20, 2021
- 47
- 24
Well actually, in every scene or action where PC's belly might be hurt, it does a check whether the PC is pregnant or not (sometimes only if it's visibly pregnant). If the check is true, then it changes the text slightly to target another area or it skips it entirely.You mind sharing what flag I need to edit out in the source code for pregnancy ryona to happen?
Basically, you have to search for all
<<if playerBellySize(true) gte 8>>
or pregnancyBellyVisible()
and remove them. They might sometimes be a little different, so you might just search for every occurrences of both functions.