diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs index 4491d80..4ebd3b4 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs @@ -1223,13 +1223,6 @@ namespace RJW_Menstruation deadeggs.Add(egg); continue; } - else if (Pawn.IsBiotechPregnant()) - { - // TODO: Initiate Biotech pregnancy - if (Configurations.Debug) Log.Message($"Could not implant {Pawn}'s egg due to existing Biotech pregnancy"); - deadeggs.Add(egg); - continue; - } else if (Pawn.health.hediffSet.GetFirstHediff() != null || pregnancy is Hediff_MechanoidPregnancy) { if (Configurations.Debug) Log.Message($"Could not implant {Pawn}'s egg due to insect or mechanoid pregnancy"); diff --git a/changelogs.txt b/changelogs.txt index bda75d9..1ab4156 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -1,7 +1,8 @@ Version 1.0.8.0 - Support for RimWorld 1.4. All future changes to Menstruation will only be for Rimworld 1.4. - - Biotech pregnancies will appear in a womb, but no support for multiple wombs/pregnancies yet. - - Biotech: A pawn will lactate upon giving birth with multiple pregnancy. + - Existing Biotech pregnancies will appear in a womb, but no support yet for starting a Biotech pregnancy. + - Identical twins will have identical genes. + - Biotech: A human will lactate upon giving birth with multiple pregnancy. - Updated Traditional Chinese translation by Hydrogen. Version 1.0.7.5