diff --git a/1.3/Assemblies/RJW_Menstruation.dll b/1.3/Assemblies/RJW_Menstruation.dll index a1a2b8b..1b59168 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_Menstruation.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs index 59506ec..b361dcb 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs @@ -1299,9 +1299,9 @@ namespace RJW_Menstruation { eggnum = 1 + eggstack; } - catch(ArgumentException) + catch(ArgumentException e) { - Log.Warning($"Invalid litterSizeCurve for {parent.pawn.RaceProps}"); + Log.Warning($"Invalid litterSizeCurve for {parent.pawn.RaceProps}: {e}"); eggnum = 1 + eggstack; }