build for error

This commit is contained in:
dominiclopez391 2021-09-09 10:25:46 -07:00
parent f5241c659a
commit ed7a885496
3 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ namespace Rimworld_Animations
__instance.ChangePsyfocus(pawn, target);
__instance.Animate(pawn, target);
__instance.PlaySexSound();
if (!__instance.isRape)
if (!__instance.Sexprops.isRape)
{
pawn.GainComfortFromCellIfPossible(false);
if (target is Pawn)

View File

@ -44,7 +44,7 @@
<Private>False</Private>
</Reference>
<Reference Include="RJW">
<HintPath>..\rjw-master\1.3\Assemblies\RJW.dll</HintPath>
<HintPath>..\rjw\1.3\Assemblies\RJW.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />