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