code/__DEFINES/~~~splurt_defines/pregnant_man.dm 
| PREGNANCY_DURATION_MULTIPLIER | The divider for pregnancy duration, to allow for more or less precision |
|---|---|
| PREGNANCY_DURATION_DEFAULT | Default duration of pregnancy, can be changed in preferences |
| PREGNANCY_DURATION_MINIMUM | MINIMUM duration of pregnancy, set this to something reasonable or people are gonna pregnancymaxx to lag the server 🫄 |
| PREGNANCY_DURATION_MAXIMUM | MAXIMUM duration of pregnancy, can be a ridiculous amount just fine but we shouldn't let players integer overflow 🫄 |
| PREGNANCY_EGG_DURATION | Duration of the egg cycle for people who enabled oviposition, separate from the normal pregnancy cycle |
| PREGNANCY_CHANCE_DEFAULT | Default chance to get pregnant when someone cums inside you, I'm not gonna add a menstrual cycle or anything, simple 1-100 stuff |
| PREGNANCY_CHANCE_MINIMUM | Minimum chance to get pregnant |
| PREGNANCY_CHANCE_MAXIMUM | Maximum chance to get pregnant... Should probably be 100 obviously |
| PREGNANCY_GENETIC_DISTRIBUTION_DEFAULT | Default genetic distribution of pregnancies, currently will heavily favor the mother by default |
| PREGNANCY_GENETIC_DISTRIBUTION_MINIMUM | Minimum genetic distribution of pregnancies |
| PREGNANCY_GENETIC_DISTRIBUTION_MAXIMUM | Maximum genetic distribution of pregnancies |
| PREGNANCY_FLAG_CRYPTIC | Cryptic pregnancies are not detected by health analyzers |
| PREGNANCY_FLAG_BELLY_INFLATION | Pregnancy will inflate your belly |
| PREGNANCY_FLAG_INERT | Pregnancy will not create live eggs |
| PREGNANCY_FLAG_NAUSEA | Pregnancy will cause nausea effects |
Define Details
PREGNANCY_CHANCE_DEFAULT 
Default chance to get pregnant when someone cums inside you, I'm not gonna add a menstrual cycle or anything, simple 1-100 stuff
PREGNANCY_CHANCE_MAXIMUM 
Maximum chance to get pregnant... Should probably be 100 obviously
PREGNANCY_CHANCE_MINIMUM 
Minimum chance to get pregnant
PREGNANCY_DURATION_DEFAULT 
Default duration of pregnancy, can be changed in preferences
PREGNANCY_DURATION_MAXIMUM 
MAXIMUM duration of pregnancy, can be a ridiculous amount just fine but we shouldn't let players integer overflow 🫄
PREGNANCY_DURATION_MINIMUM 
MINIMUM duration of pregnancy, set this to something reasonable or people are gonna pregnancymaxx to lag the server 🫄
PREGNANCY_DURATION_MULTIPLIER 
The divider for pregnancy duration, to allow for more or less precision
PREGNANCY_EGG_DURATION 
Duration of the egg cycle for people who enabled oviposition, separate from the normal pregnancy cycle
PREGNANCY_FLAG_BELLY_INFLATION 
Pregnancy will inflate your belly
PREGNANCY_FLAG_CRYPTIC 
Cryptic pregnancies are not detected by health analyzers
PREGNANCY_FLAG_INERT 
Pregnancy will not create live eggs
PREGNANCY_FLAG_NAUSEA 
Pregnancy will cause nausea effects
PREGNANCY_GENETIC_DISTRIBUTION_DEFAULT 
Default genetic distribution of pregnancies, currently will heavily favor the mother by default
PREGNANCY_GENETIC_DISTRIBUTION_MAXIMUM 
Maximum genetic distribution of pregnancies
PREGNANCY_GENETIC_DISTRIBUTION_MINIMUM 
Minimum genetic distribution of pregnancies