mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Only give the littersizecurve ovulation warning once per pawn
This commit is contained in:
parent
690e61916c
commit
8cdb00a8c2
1 changed files with 1 additions and 1 deletions
|
@ -1650,7 +1650,7 @@ namespace RJW_Menstruation
|
||||||
}
|
}
|
||||||
catch (ArgumentException e)
|
catch (ArgumentException e)
|
||||||
{
|
{
|
||||||
Log.Warning($"Invalid litterSizeCurve for {Pawn.def}: {e}");
|
Log.WarningOnce($"Invalid litterSizeCurve for {Pawn.def}: {e}", 642201874 + Pawn.thingIDNumber);
|
||||||
eggnum = 1f;
|
eggnum = 1f;
|
||||||
}
|
}
|
||||||
eggnum *= ovulationFactor;
|
eggnum *= ovulationFactor;
|
||||||
|
|
Loading…
Reference in a new issue