Enum PregnancyAbility
An enumeration that describes a PersonLike's pregnancy-related abilities. Note that, since this is not a FlagsAttribute enum, only one of these can be set at any given time.
public enum PregnancyAbility
- Extension Methods
Fields
Neither = 0No pregnancy ability.
GetOthersPregnant = 1The ability to get other Tinies pregnant.
GetPregnant = 2The ability to get pregnant through fooling around with other Tinies.