Protect enzygoticSiblings for good practice

This commit is contained in:
lutepickle 2022-08-14 20:27:54 -07:00
parent f19a788432
commit 51da20e6b3
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ namespace RJW_Menstruation
{
public class Hediff_MultiplePregnancy : Hediff_BasePregnancy
{
//public List<Pawn> zygotes;
public Dictionary<Pawn, Pawn> enzygoticSiblings; // Each pawn and who they split from
protected Dictionary<Pawn, Pawn> enzygoticSiblings; // Each pawn and who they split from
public override void DiscoverPregnancy()
{