//sets the egg size for all future egg pregnancies in this womb. protected internal void SetSecondaryEggSize(bool isLarge) { secondaryNormalPregnancy.SetEggSize(isLarge); }
//sets the egg size for all future egg pregnancies in this womb. protected internal void SetNormalEggSize(bool isLarge) { normalPregnancy.SetEggSize(isLarge); }