Let a pawn precum into themself if it's otherwise valid

This commit is contained in:
lutepickle 2023-07-27 14:42:45 -07:00
parent c37a7b0763
commit 2350cf7355
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ namespace RJW_Menstruation
{
if (!pawn.IsHashIntervalTick(__instance.ticks_between_thrusts)) return;
xxx.rjwSextype sextype = __instance.Sexprops.sexType;
if (!(target is Pawn partner) || pawn == partner) return;
if (!(target is Pawn partner)) return;
if (sextype != xxx.rjwSextype.Vaginal && sextype != xxx.rjwSextype.DoublePenetration) return;
if (__instance.Sexprops.usedCondom) return;
if (AndroidsCompatibility.IsAndroid(pawn)) return;