diff --git a/Source/Genes/Damage/Patches/Patch_DangerousGenitalia.cs b/Source/Genes/Damage/Patches/Patch_DangerousGenitalia.cs index c6c25dc..0e8270b 100644 --- a/Source/Genes/Damage/Patches/Patch_DangerousGenitalia.cs +++ b/Source/Genes/Damage/Patches/Patch_DangerousGenitalia.cs @@ -35,6 +35,9 @@ namespace RJW_Genes // TODO: Setting only for Rape // TODO: Testing + // Open Issues: + // Currently, if a "Dangerous Vagina" Pawn "Reverse rapes", the vagina pawn gets damaged. + // I think there needs to be a check and logic for isReverse ... ModLog.Message($"Test - Tick {__instance.Sexprops.pawn} <> {__instance.Sexprops.partner} --- Thrust"); ApplyDangerousGenitaliaDamage(dangerousGenitaliaPawn, fuckedPawn, __instance.Sexprops);