Fixed an Issue with Aphrodisiac Pheromone Social Thoughts always applying (#113)

This commit is contained in:
Vegapnk 2024-07-03 20:41:10 +02:00
parent 096857d4c2
commit 9e53ecd597
2 changed files with 18 additions and 4 deletions

View file

@ -20,7 +20,7 @@ Most of the genes so far were positive or neutral,
so I got some fair requests to introduce negative genes to keep xenotypes balanced.
I know that this is some overlap with the STD mod, but well ... you are free to turn things off?
**Additions**
**Additions:**
- Passive Gene: *Genetic Disease Immunity* - cannot get infected by any genetic diseases, and won't be affected by some other genes (see relevant genes)
- Disease Gene: Vulnerability. Pawn is likelier to be raped
@ -28,7 +28,11 @@ I know that this is some overlap with the STD mod, but well ... you are free to
- Disease Gene: Infectious Homosexuality & Bisexuality
- Disease Gene: Fluctual Sexual Need. (Configurable) Chance to reset sex-need to near-zero and gain a bit of rest-need.
**Internal**
**Fixes:**
- Fixed an Issue where pawns would always get the Pheromone social boost, unless they had the pheromone (#113)
**Internal:**
- GenderFluid-Gene now uses a generalized `TickBasedChanceExtension` over its unique special `GenderFluidExtension`
- Introduced a `ModLog.Debug` Function that checks for the settings before printing - trying to spread it over the whole project.