mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Protect enzygoticSiblings for good practice
This commit is contained in:
parent
f19a788432
commit
51da20e6b3
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ namespace RJW_Menstruation
|
||||||
{
|
{
|
||||||
public class Hediff_MultiplePregnancy : Hediff_BasePregnancy
|
public class Hediff_MultiplePregnancy : Hediff_BasePregnancy
|
||||||
{
|
{
|
||||||
//public List<Pawn> zygotes;
|
protected Dictionary<Pawn, Pawn> enzygoticSiblings; // Each pawn and who they split from
|
||||||
public Dictionary<Pawn, Pawn> enzygoticSiblings; // Each pawn and who they split from
|
|
||||||
|
|
||||||
public override void DiscoverPregnancy()
|
public override void DiscoverPregnancy()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue