mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
build for error
This commit is contained in:
parent
550d3ca149
commit
5997cc5687
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -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)
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue