From 5c83c807a3cf2ce659453532a519557a08ffe5b1 Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Wed, 5 Aug 2026 06:08:23 -0700 Subject: [PATCH] Make InterspeciesImplantFactor public --- .../RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs | 2 +- About/Manifest.xml | 2 +- changelogs.txt | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/1.6/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs b/1.6/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs index afca25e..4f40be0 100644 --- a/1.6/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs +++ b/1.6/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs @@ -1971,7 +1971,7 @@ namespace RJW_Menstruation } } - protected float InterspeciesImplantFactor(Pawn fertilizer) + public float InterspeciesImplantFactor(Pawn fertilizer) { if (fertilizer.def.defName == Pawn.def.defName) return 1.0f; else diff --git a/About/Manifest.xml b/About/Manifest.xml index bef173d..afec410 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@ RJW Menstruation - 1.6.2.4 + 1.6.2.5 diff --git a/changelogs.txt b/changelogs.txt index 7316879..1beebcf 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -1,3 +1,5 @@ +Version 1.6.2.5 + Version 1.6.2.4 - Fix error on startup and missing womb status in RJW tab with RJW 6.1.4.