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
GetOthersPregnant = 1
The ability to get other Tinies pregnant.
GetPregnant = 2
The ability to get pregnant through fooling around with other Tinies.
Neither = 0
No pregnancy ability.