mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
A bit nicer debug breast status on load
This commit is contained in:
parent
26cc49e176
commit
71c6b7aa2c
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -54,7 +54,7 @@ namespace RJW_Menstruation
|
||||||
protected float nippleSize = -1f;
|
protected float nippleSize = -1f;
|
||||||
protected long ageOfLastBirth = 0;
|
protected long ageOfLastBirth = 0;
|
||||||
protected float breastSizeIncreased = 0f;
|
protected float breastSizeIncreased = 0f;
|
||||||
protected string debugGrowthStatus = "";
|
protected string debugGrowthStatus = "(Growth/shrink not yet calculated; run for 1.5h to update)";
|
||||||
protected float originalpha = -1f;
|
protected float originalpha = -1f;
|
||||||
protected float originareola = -1f;
|
protected float originareola = -1f;
|
||||||
protected float originnipple = -1f;
|
protected float originnipple = -1f;
|
||||||
|
|
Loading…
Reference in a new issue