From a7e452b254fd2174d07aa883a3b609febb87ad09 Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Tue, 25 Jul 2023 19:34:56 -0700 Subject: [PATCH] Don't have androids with natural penises precum --- 1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/RJW_Patch.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/RJW_Patch.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/RJW_Patch.cs index fdb90d9..8a709a6 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/RJW_Patch.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/RJW_Patch.cs @@ -345,6 +345,7 @@ namespace RJW_Menstruation if (!(target is Pawn partner) || pawn == partner) return; if (sextype != xxx.rjwSextype.Vaginal && sextype != xxx.rjwSextype.DoublePenetration) return; if (__instance.Sexprops.usedCondom) return; + if (AndroidsCompatibility.IsAndroid(pawn)) return; if (!Impregnate_Patch.InteractionCanCausePregnancy(__instance.Sexprops)) return; // Archotech penises have more control. Or something.