mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Min is not Max
This commit is contained in:
parent
56e6ad106e
commit
aa5fd79e62
1 changed files with 1 additions and 1 deletions
|
@ -1413,7 +1413,7 @@ namespace RJW_Menstruation
|
|||
int eggnum;
|
||||
try
|
||||
{
|
||||
eggnum = Math.Min((int)Rand.ByCurve(Pawn.def.race.litterSizeCurve), 1);
|
||||
eggnum = Math.Max((int)Rand.ByCurve(Pawn.def.race.litterSizeCurve), 1);
|
||||
}
|
||||
catch (NullReferenceException)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue