mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Let a pawn precum into themself if it's otherwise valid
This commit is contained in:
parent
c37a7b0763
commit
2350cf7355
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue