diff --git a/1.6/Animal Genetics/Assemblies/Animal Genetics.dll b/1.6/Animal Genetics/Assemblies/Animal Genetics.dll index 463a17b..e28598f 100644 Binary files a/1.6/Animal Genetics/Assemblies/Animal Genetics.dll and b/1.6/Animal Genetics/Assemblies/Animal Genetics.dll differ diff --git a/1.6/Assemblies/RJW_Menstruation.dll b/1.6/Assemblies/RJW_Menstruation.dll index 74eb664..86b2376 100644 Binary files a/1.6/Assemblies/RJW_Menstruation.dll and b/1.6/Assemblies/RJW_Menstruation.dll differ diff --git a/1.6/Humanoid Alien Races/Assemblies/HAR.dll b/1.6/Humanoid Alien Races/Assemblies/HAR.dll index 6dca0c8..611da42 100644 Binary files a/1.6/Humanoid Alien Races/Assemblies/HAR.dll and b/1.6/Humanoid Alien Races/Assemblies/HAR.dll differ diff --git a/1.6/Quirks/Assemblies/Quirks.dll b/1.6/Quirks/Assemblies/Quirks.dll index 0d767b3..91a4a19 100644 Binary files a/1.6/Quirks/Assemblies/Quirks.dll and b/1.6/Quirks/Assemblies/Quirks.dll differ diff --git a/1.6/Vanilla Expanded Core/Assemblies/VECore.dll b/1.6/Vanilla Expanded Core/Assemblies/VECore.dll index 4447a27..f47a501 100644 Binary files a/1.6/Vanilla Expanded Core/Assemblies/VECore.dll and b/1.6/Vanilla Expanded Core/Assemblies/VECore.dll differ diff --git a/1.6/source/RJW_Menstruation/RJW_Menstruation/Patch/Biotech_Patch.cs b/1.6/source/RJW_Menstruation/RJW_Menstruation/Patch/Biotech_Patch.cs index bac6bdc..7ff4746 100644 --- a/1.6/source/RJW_Menstruation/RJW_Menstruation/Patch/Biotech_Patch.cs +++ b/1.6/source/RJW_Menstruation/RJW_Menstruation/Patch/Biotech_Patch.cs @@ -1,12 +1,10 @@ using HarmonyLib; using RimWorld; -using rjw; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; -using UnityEngine; using Verse; namespace RJW_Menstruation @@ -52,14 +50,6 @@ namespace RJW_Menstruation { HediffComp_Menstruation comp = __instance.GetMenstruationCompFromPregnancy(); if (comp == null) return; - if (Configurations.EnableBirthVaginaMorph) - { - HediffComp_SexPart vaginaComp = comp.parent?.TryGetComp(); - if (vaginaComp == null) return; - float morph = Mathf.Max(LifeStageDefOf.HumanlikeBaby.bodySizeFactor - Mathf.Pow(vaginaComp.Size, 2), 0f); - vaginaComp.baseSize += morph * Configurations.VaginaMorphPower; - vaginaComp.UpdateSeverity(); - } comp.Pregnancy = null; } } diff --git a/changelogs.txt b/changelogs.txt index e404f99..1beebcf 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -1,5 +1,4 @@ Version 1.6.2.5 - - The vagina morph after birth setting will now apply to Biotech pregnancies. Version 1.6.2.4 - Fix error on startup and missing womb status in RJW tab with RJW 6.1.4.