mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Proply handle bad litter sizes
This commit is contained in:
parent
23b09b0fa9
commit
477468f8e4
4 changed files with 5 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1266,6 +1266,11 @@ namespace RJW_Menstruation
|
|||
{
|
||||
eggnum = 1 + eggstack;
|
||||
}
|
||||
catch(ArgumentException)
|
||||
{
|
||||
Log.Error($"Invalid litterSizeCurve for {parent.pawn.RaceProps}");
|
||||
eggnum = 1 + eggstack;
|
||||
}
|
||||
|
||||
do
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue