build for error

This commit is contained in:
c0ffee 2021-09-09 10:25:46 -07:00
parent 550d3ca149
commit 5997cc5687
3 changed files with 2 additions and 2 deletions

View file

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

View file

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