Added two genes for steal and swap genes on sex

This commit is contained in:
Vegapnk 2024-07-04 16:04:51 +02:00
parent b15f0c4d56
commit b12e9afbc0
8 changed files with 192 additions and 3 deletions

View file

@ -12,7 +12,6 @@ namespace RJW_Genes
[HarmonyPatch(typeof(SexUtility), "Aftersex")]
public class Patch_HormonalSaliva
{
// TODO: Reduce to 0.02 after debug.
const float SIZE_INCREMENT_FALLBACK = 0.02f;
const float MAX_BODY_SIZE_FALLBACK = 2.5f;
const float CUM_MULTIPLIER_FALLBACK = 1.05f;