Maybe removed sex proselyzing error with bestiality

This commit is contained in:
amevarashi 2022-11-06 19:16:15 +05:00
parent 31c5293e5f
commit f43fd3cc7d
1 changed files with 1 additions and 1 deletions

View File

@ -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)