Remove nipple back compatibility

This commit is contained in:
lutepickle 2022-10-23 19:38:00 -07:00
parent 10664bfb69
commit 7504171b42
1 changed files with 0 additions and 10 deletions

View File

@ -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);