Downgrade bad litterSizeCurve to a yellow warning

This commit is contained in:
lutepickle 2022-04-26 05:28:11 -07:00
parent 3a044e8bd9
commit 9e374f3350

View file

@ -1295,7 +1295,7 @@ namespace RJW_Menstruation
} }
catch(ArgumentException) catch(ArgumentException)
{ {
Log.Error($"Invalid litterSizeCurve for {parent.pawn.RaceProps}"); Log.Warning($"Invalid litterSizeCurve for {parent.pawn.RaceProps}");
eggnum = 1 + eggstack; eggnum = 1 + eggstack;
} }