mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Properly update nippleProgress when it should grow
This commit is contained in:
parent
99844086db
commit
f19a788432
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -318,6 +318,7 @@ namespace RJW_Menstruation
|
|||
if (baseAreola > 1.0f) baseAreola = 1.0f;
|
||||
baseNipple *= 1.0f + progressDifference * Configurations.PermanentNippleChange;
|
||||
if (baseNipple > 1.0f) baseNipple = 1.0f;
|
||||
nippleProgress = newNippleProgress;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue