Have Miscarry remove the comp's pregnancy first, otherwise there's a possible infinite loop

This commit is contained in:
lutepickle 2022-07-25 10:08:08 -07:00
parent 0e04c7660b
commit 1f74ab9286
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -35,8 +35,8 @@ namespace RJW_Menstruation
public override void Miscarry()
{
base.Miscarry();
this.GetMenstruationComp().Pregnancy = null;
base.Miscarry();
}
public override void GiveBirth()