diff --git a/1.3/Assemblies/RJW_Menstruation.dll b/1.3/Assemblies/RJW_Menstruation.dll index 2e85449..50512b5 100644 Binary files a/1.3/Assemblies/RJW_Menstruation.dll and b/1.3/Assemblies/RJW_Menstruation.dll differ diff --git a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Breast.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Breast.cs index ef7d103..1a78f20 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Breast.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Breast.cs @@ -144,9 +144,9 @@ namespace RJW_Menstruation if (Scribe.mode == LoadSaveMode.LoadingVars) { // For compatibility - Scribe_Values.Look(ref baseAlpha, "alphaPermanent", -1, false); - Scribe_Values.Look(ref baseAreola, "areolaSizePermanent", -1, false); - Scribe_Values.Look(ref baseNipple, "nippleSizePermanent", -1, false); + 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;