mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
Maybe removed sex proselyzing error with bestiality
This commit is contained in:
parent
31c5293e5f
commit
f43fd3cc7d
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ namespace RJWSexperience.Ideology.Patches
|
|||
public static void Postfix(SexProps props)
|
||||
{
|
||||
// ShortCuts: Exit Early if Pawn or Partner are null (can happen with Animals or Masturbation)
|
||||
if (props.pawn == null || !props.hasPartner())
|
||||
if (props.pawn?.Ideo == null || !props.hasPartner())
|
||||
return;
|
||||
|
||||
if (props.partner.Ideo?.HasPrecept(VariousDefOf.ProselyzingByOrgasm) == true)
|
||||
|
|
Loading…
Reference in a new issue