//clears any set egg size that would otherwise affect all future egg pregnancies in this womb. protected internal void ClearSecondaryEggSize() { secondaryNormalPregnancy.ClearEggSize(); }
//clears any set egg size that would otherwise affect all future egg pregnancies in this womb. protected internal void ClearNormalEggSize() { normalPregnancy.ClearEggSize(); }