mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Remove nipple back compatibility
This commit is contained in:
parent
10664bfb69
commit
7504171b42
1 changed files with 0 additions and 10 deletions
|
@ -140,16 +140,6 @@ namespace RJW_Menstruation
|
|||
{
|
||||
base.CompExposeData();
|
||||
|
||||
|
||||
if (Scribe.mode == LoadSaveMode.LoadingVars)
|
||||
{ // For compatibility
|
||||
Scribe_Values.Look(ref baseAlpha, "alphaPermanent", baseAlpha / 2, false);
|
||||
Scribe_Values.Look(ref baseAreola, "areolaSizePermanent", baseAreola / 2, false);
|
||||
Scribe_Values.Look(ref baseNipple, "nippleSizePermanent", baseNipple / 2, false);
|
||||
baseAlpha *= 2;
|
||||
baseAreola *= 2;
|
||||
baseNipple *= 2;
|
||||
}
|
||||
Scribe_Values.Look(ref ageOfLastBirth, "ageOfLastBirth", ageOfLastBirth, true);
|
||||
Scribe_Values.Look(ref maxBreastIncrement, "maxBreastIncrement", maxBreastIncrement, true);
|
||||
Scribe_Values.Look(ref breastSizeIncreased, "breastSizeIncreased", breastSizeIncreased, true);
|
||||
|
|
Loading…
Reference in a new issue