diff --git a/1.3/Assemblies/RJW_Menstruation.dll b/1.3/Assemblies/RJW_Menstruation.dll index 603dd2c..9add6e3 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/MenstruationUtility.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/MenstruationUtility.cs index ead0315..54aaade 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/MenstruationUtility.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/MenstruationUtility.cs @@ -181,7 +181,7 @@ namespace RJW_Menstruation int fertstage = comp.IsFertilized; if (fertstage >= 0) { - if (fertstage <= Math.Max(comp.CycleFactor, 24.0f)) return ContentFinder.Get("Eggs/Egg_Fertilizing02", true); + if (fertstage <= comp.CycleFactor) return ContentFinder.Get("Eggs/Egg_Fertilizing02", true); if (fertstage <= 18) return ContentFinder.Get("Eggs/Egg_Fertilized00", true); else if (fertstage <= 54) return ContentFinder.Get("Eggs/Egg_Fertilized01", true); else return ContentFinder.Get("Eggs/Egg_Fertilized02", true);