mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
commit
a5458f7569
11 changed files with 105 additions and 119 deletions
|
@ -71,8 +71,9 @@ namespace RJWLoveFeeding
|
|||
public static bool RJWTryTakeBlood(Pawn pawn, Pawn bloodBag)
|
||||
{
|
||||
|
||||
|
||||
if (bloodBag == null || pawn == null) return false;
|
||||
Pawn_GeneTracker genes = bloodBag.genes;
|
||||
if (genes!=null)
|
||||
if ((genes.GetFirstGeneOfType<Gene_Hemogen>() != null))
|
||||
{
|
||||
return false;
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue