mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
lovefeeding bugfix
This commit is contained in:
parent
8139991123
commit
e8903c6acc
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -71,7 +71,7 @@ namespace RJWLoveFeeding
|
|||
public static bool RJWTryTakeBlood(Pawn pawn, Pawn bloodBag)
|
||||
{
|
||||
|
||||
|
||||
if (bloodBag == null || pawn == null) return false;
|
||||
Pawn_GeneTracker genes = bloodBag.genes;
|
||||
if ((genes.GetFirstGeneOfType<Gene_Hemogen>() != null))
|
||||
{
|
||||
|
|
|
@ -219,7 +219,7 @@
|
|||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="RJWSexperience">
|
||||
<HintPath>..\..\rjw-sexperience\1.5\Assemblies\RJWSexperience.dll</HintPath>
|
||||
<HintPath>..\..\rjw-sexperience-master\1.5\Assemblies\RJWSexperience.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
|
|
Loading…
Reference in a new issue