mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Little refactor in the HAR littersize patch
This commit is contained in:
parent
bbaf27a397
commit
d6818b9834
1 changed files with 3 additions and 3 deletions
|
@ -301,10 +301,10 @@ namespace RJW_Menstruation
|
||||||
// So make it always consider the mother to have one baby
|
// So make it always consider the mother to have one baby
|
||||||
public static class HAR_LitterSize_Undo
|
public static class HAR_LitterSize_Undo
|
||||||
{
|
{
|
||||||
public static void Postfix(ref int __result, Pawn mother)
|
public static void Postfix(ref int __result)
|
||||||
{
|
{
|
||||||
if (Configurations.PregnancySource != Configurations.PregnancyType.Biotech || !Configurations.EnableBiotechTwins) return;
|
if (Configurations.PregnancySource == Configurations.PregnancyType.Biotech && Configurations.EnableBiotechTwins)
|
||||||
__result = 0;
|
__result = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue